Type alias ServerErrorResponse

ServerErrorResponse: {
    detail: string;
}

Type declaration

  • detail: string

Generated using TypeDoc