Type Alias FileDownloadData

FileDownloadData: {
    fileKey: string;
    resourceType?: string;
    s3ResourcePath?: string;
    storage?: string;
    workspace: string;
}