export interface IMyValidateOptions {
    validateDisabledDates?: boolean;
    selectedValue?: any;
}
