UNPKG

@rero/ng-core

Version:

RERO angular core library.

9 lines (8 loc) 132 B
/** * Interface representing an error. */ export interface Error { status: number; title: string; message?: string; }