export interface DownloadPermissionConfig {
    reportId: string;
    id: string;
}
