UNPKG

@nestjs/swagger

Version:

Nest - modern, fast, powerful node.js web framework (@swagger)

2 lines (1 loc) 120 B
export type SwaggerEnumType = string[] | number[] | boolean[] | (string | number | boolean)[] | Record<number, string>;