@kubb/plugin-ts
Version:
TypeScript code generation plugin for Kubb, transforming OpenAPI schemas into TypeScript interfaces, types, and utility functions.
16 lines (12 loc) • 345 B
text/typescript
/**
* 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
}