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 b0df26e commit 90c99dcCopy full SHA for 90c99dc
index.d.ts
@@ -7,5 +7,5 @@ declare namespace JsonSchemaToOpenapiSchema {
7
declare function JsonSchemaToOpenapiSchema<T = Record<string | number, any>>(
8
schema: Record<string | number, any>,
9
options?: JsonSchemaToOpenapiSchema.Options
10
-): T;
+): Promise<T>;
11
export = JsonSchemaToOpenapiSchema;
0 commit comments