UNPKG

@kubb/plugin-ts

Version:

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

14 lines (10 loc) 283 B
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ export const EnumNamesTypeEnum = { Pending: 0, Received: 1, } as const type EnumNamesTypeEnum = (typeof EnumNamesTypeEnum)[keyof typeof EnumNamesTypeEnum] export type enumNamesType = EnumNamesTypeEnum