UNPKG

core-api-lib

Version:

Core library with all microservice utilities

5 lines (4 loc) 69 B
export interface IError { status: number; message: string; }