UNPKG

@teamhive/nestjs-common

Version:

Our common decorators, services, etc for NestJS projects

9 lines (8 loc) 147 B
export interface SequelizeError { name: string; message: string; stack: string; original: any; parent: any; sql: string; }