Variable $GetClientDataForUploadViewModelConst
$GetClientDataForUploadViewModel: {
description: "View Model for the Get Client Data For Upload Feature.";
properties: {
code: {
isRequired: true;
type: "number";
};
errorCode: {
contains: readonly [{
type: "number";
}, {
type: "null";
}];
type: "any-of";
};
errorMessage: {
contains: readonly [{
type: "string";
}, {
type: "null";
}];
type: "any-of";
};
errorName: {
contains: readonly [{
type: "string";
}, {
type: "null";
}];
type: "any-of";
};
errorType: {
contains: readonly [{
type: "string";
}, {
type: "null";
}];
type: "any-of";
};
signed_url: {
description: "The signed URL to upload the file.";
isRequired: true;
type: "string";
};
status: {
isRequired: true;
type: "boolean";
};
};
} = ...
Type declaration
Readonly description: "View Model for the Get Client Data For Upload Feature."
Readonly properties: {
code: {
isRequired: true;
type: "number";
};
errorCode: {
contains: readonly [{
type: "number";
}, {
type: "null";
}];
type: "any-of";
};
errorMessage: {
contains: readonly [{
type: "string";
}, {
type: "null";
}];
type: "any-of";
};
errorName: {
contains: readonly [{
type: "string";
}, {
type: "null";
}];
type: "any-of";
};
errorType: {
contains: readonly [{
type: "string";
}, {
type: "null";
}];
type: "any-of";
};
signed_url: {
description: "The signed URL to upload the file.";
isRequired: true;
type: "string";
};
status: {
isRequired: true;
type: "boolean";
};
}
Readonly code: {
isRequired: true;
type: "number";
}
Readonly isRequired: true
Readonly type: "number"
Readonly errorCode: {
contains: readonly [{
type: "number";
}, {
type: "null";
}];
type: "any-of";
}
Readonly contains: readonly [{
type: "number";
}, {
type: "null";
}]
Readonly type: "any-of"
Readonly errorMessage: {
contains: readonly [{
type: "string";
}, {
type: "null";
}];
type: "any-of";
}
Readonly contains: readonly [{
type: "string";
}, {
type: "null";
}]
Readonly type: "any-of"
Readonly errorName: {
contains: readonly [{
type: "string";
}, {
type: "null";
}];
type: "any-of";
}
Readonly contains: readonly [{
type: "string";
}, {
type: "null";
}]
Readonly type: "any-of"
Readonly errorType: {
contains: readonly [{
type: "string";
}, {
type: "null";
}];
type: "any-of";
}
Readonly contains: readonly [{
type: "string";
}, {
type: "null";
}]
Readonly type: "any-of"
Readonly signed_url: {
description: "The signed URL to upload the file.";
isRequired: true;
type: "string";
}
Readonly description: "The signed URL to upload the file."
Readonly isRequired: true
Readonly type: "string"
Readonly status: {
isRequired: true;
type: "boolean";
}
Readonly isRequired: true
Readonly type: "boolean"