UNPKG

@kubb/plugin-ts

Version:

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

21 lines (17 loc) 432 B
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ export const enumArrayIdentifierEnum2 = { NW: 'NW', NE: 'NE', SW: 'SW', SE: 'SE', } as const export type EnumArrayIdentifierEnum2 = (typeof enumArrayIdentifierEnum2)[keyof typeof enumArrayIdentifierEnum2] export type enumArray = { /** * @type array | undefined */ identifier?: [number, string, EnumArrayIdentifierEnum2, ...unknown[]] }