We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa5a4b commit a347201Copy full SHA for a347201
index.d.ts
@@ -14,4 +14,4 @@ type Validate = (query: ReadonlyArray<string> | Readonly<string>) => ReadonlyArr
14
export const schema: Schema
15
export const validate: Validate
16
17
-export type * from './schema'
+export type * from './schema.d.ts'
0 commit comments