UNPKG

@kubb/plugin-ts

Version:
16 lines (12 loc) 345 B
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ export const enumAllOfReasonEnum2 = { created_at: 'created_at', description: 'description', } as const export type EnumAllOfReasonEnum2 = (typeof enumAllOfReasonEnum2)[keyof typeof enumAllOfReasonEnum2] export type enumAllOf = { reason?: EnumAllOfReasonEnum2 }