Type Alias UpdateGlossaryCategoryHttpError

type UpdateGlossaryCategoryHttpError = {
    data: ErrorResponse;
    headers: Headers;
    status: 400 | 403 | 404;
}
Index

Properties

Properties

headers: Headers
status: 400 | 403 | 404