Type Alias CreateReportHttpError

type CreateReportHttpError = {
    data: Error;
    headers: Headers;
    status: 400 | 401 | 403 | 404 | 409 | 429 | 500;
}
Index

Properties

Properties

data: Error
headers: Headers
status: 400 | 401 | 403 | 404 | 409 | 429 | 500