Type Alias CreateGlossaryCategoryHttpResponse

type CreateGlossaryCategoryHttpResponse = {
    data: Category;
    headers: Headers;
    status: 201;
}
Index

Properties

Properties

data: Category
headers: Headers
status: 201