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

export type { DownloadPermissionConfig };
