export interface NgJalaliRangeValueInterface {
    range: string;
    from: string;
    to: string;
    days: number;
    hours: number;
    minutes: number;
    seconds: number;
    gregorian: {
        from: string;
        to: string;
    };
}
