Type Alias CreateGlossaryTermLinkHttpResponse

type CreateGlossaryTermLinkHttpResponse = {
    data: TermLinksTo;
    headers: Headers;
    status: 201;
}
Index

Properties

Properties

headers: Headers
status: 201