boolean.d.ts 167 B

12345
  1. export type JsonSchema7BooleanType = {
  2. type: 'boolean';
  3. };
  4. export declare function parseBooleanDef(): JsonSchema7BooleanType;
  5. //# sourceMappingURL=boolean.d.ts.map