1 2 3 4 5 6
export interface IApiError { type: string; title: string; status: number; traceId: string; }