//#region src/utils/zod-to-json-schema/parsers/boolean.d.ts
type JsonSchema7BooleanType = {
  type: "boolean";
};
//#endregion
export { JsonSchema7BooleanType };
//# sourceMappingURL=boolean.d.ts.map