Type alias HttpStatusCode

HttpStatusCode: {
    Code: number;
    Text: string;
}

Type declaration

  • Code: number
  • Text: string

Generated using TypeDoc