UNPKG

@kubb/plugin-ts

Version:
21 lines (17 loc) 418 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] }