Type alias GetClientDataForUploadViewModel
GetClientDataForUploadViewModel: {
code: number;
errorCode?: number | null;
errorMessage?: string | null;
errorName?: string | null;
errorType?: string | null;
signed_url: string;
status: boolean;
}
Type declaration
code: number
Optional errorCode?: number | null
Optional errorMessage?: string | null
Optional errorName?: string | null
Optional errorType?: string | null
signed_url: string
status: boolean
View Model for the Get Client Data For Upload Feature.