UNPKG

@nestjs/swagger

Version:

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

3 lines (2 loc) 195 B
import { SchemaObject } from './open-api-spec.interface'; export type EnumSchemaAttributes = Pick<SchemaObject, 'default' | 'description' | 'deprecated' | 'readOnly' | 'writeOnly' | 'nullable'>;