Type alias ServerError

ServerError: {
    code: string;
    title: string;
}

Type declaration

  • code: string
  • title: string

Generated using TypeDoc