Type Alias ImportSemanticTypes201HttpResponse

type ImportSemanticTypes201HttpResponse = {
    data: ImportReport;
    headers: Headers;
    status: 201;
}
Index
headers: Headers
status: 201