[email protected] 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  1. diff --git a/dist/index.d.cts b/dist/index.d.cts
  2. index 0f49b720b0b8c827fef52a2982fb194e98bc0c50..bb34d041de0d5190c1e932ada4557806887ebc95 100644
  3. --- a/dist/index.d.cts
  4. +++ b/dist/index.d.cts
  5. @@ -9,11 +9,11 @@ import { StatusCode } from 'hono/utils/http-status';
  6. import { JSONSchema7 } from 'json-schema';
  7. /** The Standard Schema interface. */
  8. -interface StandardSchemaV1<Input = unknown, Output = Input> {
  9. +export interface StandardSchemaV1<Input = unknown, Output = Input> {
  10. /** The Standard Schema properties. */
  11. readonly "~standard": StandardSchemaV1.Props<Input, Output>;
  12. }
  13. -declare namespace StandardSchemaV1 {
  14. +export declare namespace StandardSchemaV1 {
  15. /** The Standard Schema properties interface. */
  16. export interface Props<Input = unknown, Output = Input> {
  17. /** The version number of the standard. */
  18. diff --git a/dist/index.d.ts b/dist/index.d.ts
  19. index 0f49b720b0b8c827fef52a2982fb194e98bc0c50..bb34d041de0d5190c1e932ada4557806887ebc95 100644
  20. --- a/dist/index.d.ts
  21. +++ b/dist/index.d.ts
  22. @@ -9,11 +9,11 @@ import { StatusCode } from 'hono/utils/http-status';
  23. import { JSONSchema7 } from 'json-schema';
  24. /** The Standard Schema interface. */
  25. -interface StandardSchemaV1<Input = unknown, Output = Input> {
  26. +export interface StandardSchemaV1<Input = unknown, Output = Input> {
  27. /** The Standard Schema properties. */
  28. readonly "~standard": StandardSchemaV1.Props<Input, Output>;
  29. }
  30. -declare namespace StandardSchemaV1 {
  31. +export declare namespace StandardSchemaV1 {
  32. /** The Standard Schema properties interface. */
  33. export interface Props<Input = unknown, Output = Input> {
  34. /** The version number of the standard. */