UNPKG

@kubb/plugin-ts

Version:

TypeScript code generation plugin for Kubb, transforming OpenAPI schemas into TypeScript interfaces, types, and utility functions.

19 lines (15 loc) 388 B
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ export const enumAllOfReasonEnum = { created_at: 'created_at', description: 'description', } as const export type EnumAllOfReasonEnumKey = (typeof enumAllOfReasonEnum)[keyof typeof enumAllOfReasonEnum] export type enumAllOf = { /** * @type string | undefined */ reason?: EnumAllOfReasonEnumKey }