export interface IEventsCustomFormatQueryDto {
    organizationNames?: string[];
    displayPeriodStart?: string;
    displayPeriodEnd?: string;
}
