CreatePreAuthUploadUrlPayload: {
    ProviderKey?: string;
    UploadUrl: string;
}

Represents the payload returned by the CreatePreAuthUploadUrl method. This type contains the necessary information for uploading a file to a storage provider.

Type declaration

  • Optional ProviderKey?: string
  • UploadUrl: string