Type Alias UpdateGlossaryHttpResponse

type UpdateGlossaryHttpResponse = {
    data: Glossary;
    headers: Headers;
    status: 200;
}
Index

Properties

Properties

data: Glossary
headers: Headers
status: 200