mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 10:46:46 +00:00
37 lines
1.6 KiB
Diff
37 lines
1.6 KiB
Diff
diff --git a/dist/index.d.cts b/dist/index.d.cts
|
|
index 0f49b720b0b8c827fef52a2982fb194e98bc0c50..bb34d041de0d5190c1e932ada4557806887ebc95 100644
|
|
--- a/dist/index.d.cts
|
|
+++ b/dist/index.d.cts
|
|
@@ -9,11 +9,11 @@ import { StatusCode } from 'hono/utils/http-status';
|
|
import { JSONSchema7 } from 'json-schema';
|
|
|
|
/** The Standard Schema interface. */
|
|
-interface StandardSchemaV1<Input = unknown, Output = Input> {
|
|
+export interface StandardSchemaV1<Input = unknown, Output = Input> {
|
|
/** The Standard Schema properties. */
|
|
readonly "~standard": StandardSchemaV1.Props<Input, Output>;
|
|
}
|
|
-declare namespace StandardSchemaV1 {
|
|
+export declare namespace StandardSchemaV1 {
|
|
/** The Standard Schema properties interface. */
|
|
export interface Props<Input = unknown, Output = Input> {
|
|
/** The version number of the standard. */
|
|
diff --git a/dist/index.d.ts b/dist/index.d.ts
|
|
index 0f49b720b0b8c827fef52a2982fb194e98bc0c50..bb34d041de0d5190c1e932ada4557806887ebc95 100644
|
|
--- a/dist/index.d.ts
|
|
+++ b/dist/index.d.ts
|
|
@@ -9,11 +9,11 @@ import { StatusCode } from 'hono/utils/http-status';
|
|
import { JSONSchema7 } from 'json-schema';
|
|
|
|
/** The Standard Schema interface. */
|
|
-interface StandardSchemaV1<Input = unknown, Output = Input> {
|
|
+export interface StandardSchemaV1<Input = unknown, Output = Input> {
|
|
/** The Standard Schema properties. */
|
|
readonly "~standard": StandardSchemaV1.Props<Input, Output>;
|
|
}
|
|
-declare namespace StandardSchemaV1 {
|
|
+export declare namespace StandardSchemaV1 {
|
|
/** The Standard Schema properties interface. */
|
|
export interface Props<Input = unknown, Output = Input> {
|
|
/** The version number of the standard. */
|