UNPKG

@teamhive/nestjs-common

Version:

Our common decorators, services, etc for NestJS projects

14 lines (13 loc) 253 B
export interface HiveApiDocConfig { summary: string; description: string; deprecated?: boolean; response: { status: number; type?: any; }; headers?: { name: string; description: string; }[]; }