Files
est-frame/node_modules/openai/_vendor/zod-to-json-schema/parsers/boolean.d.ts
2025-10-22 05:38:27 +00:00

5 lines
167 B
TypeScript
Executable File

export type JsonSchema7BooleanType = {
type: 'boolean';
};
export declare function parseBooleanDef(): JsonSchema7BooleanType;
//# sourceMappingURL=boolean.d.ts.map