export interface IMyDefaultMonth {
    defMonth: string;
    overrideSelection?: boolean;
}
