Type Alias UpdateSpaceHttpError

type UpdateSpaceHttpError = {
    data: Errors;
    headers: Headers;
    status: 401 | 403 | 404 | 500;
}
Index

Properties

Properties

data: Errors
headers: Headers
status: 401 | 403 | 404 | 500