displayable-error.ts 74 B

1234
  1. export interface DisplayableError {
  2. title: string;
  3. message: string;
  4. }