Type Alias ExportSemanticTypesHttpError

type ExportSemanticTypesHttpError = {
    data: semanticTypes.ErrorResponse;
    headers: Headers;
    status: 400 | 401 | 403 | 500 | 503;
}
Index
headers: Headers
status: 400 | 401 | 403 | 500 | 503