Type Alias ExportSemanticTypesHttpResponse

type ExportSemanticTypesHttpResponse = {
    data: SemanticTypesExportEnvelope;
    headers: Headers;
    status: 200;
}
Index
headers: Headers
status: 200