@kubb/plugin-ts
Version:
Generator plugin-ts
21 lines (17 loc) • 418 B
text/typescript
/**
* 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]
}