UNPKG

coffee-core

Version:

Coffee IT API core library

7 lines (6 loc) 139 B
import { HttpStatus } from '@nestjs/common'; export interface CoffeeError { code: HttpStatus; message: string; type: string; }