Type alias FileDownloadData
FileDownloadData: {
fileKey: string;
resourceType?: string;
s3ResourcePath?: string;
storage?: string;
workspace: string;
}
Type declaration
fileKey: string
Optional resourceType?: string
Optional s3ResourcePath?: string
Optional storage?: string
workspace: string