Type Alias ServerErrorDetails

ServerErrorDetails: ProblemDetails & {
    status?: number;
}