UNPKG

problem-details

Version:

HTTP problem details model based on RFC7807

8 lines (7 loc) 131 B
export interface ProblemDetailMessage { code: string; title: string; status: number; type: string; identifier: string; }