Type Alias PatchGlossaryTermHttpError

type PatchGlossaryTermHttpError = {
    data: ErrorResponse;
    headers: Headers;
    status: 400 | 401 | 403 | 404 | 412 | 429;
}
Index

Properties

Properties

headers: Headers
status: 400 | 401 | 403 | 404 | 412 | 429