GetClientDataForUploadViewModel: {
    code: number;
    errorCode?: number | null;
    errorMessage?: string | null;
    errorName?: string | null;
    errorType?: string | null;
    signed_url: string;
    status: boolean;
}

View Model for the Get Client Data For Upload Feature.

Type declaration

  • code: number
  • Optional errorCode?: number | null
  • Optional errorMessage?: string | null
  • Optional errorName?: string | null
  • Optional errorType?: string | null
  • signed_url: string

    The signed URL to upload the file.

  • status: boolean

Generated using TypeDoc