UNPKG

coffee-core

Version:

Coffee IT API core library

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