export interface UserExportToCsvSettingsInterface {
    [type: string]: boolean;
}
