export interface MaskitoDateSegments<T = string> {
    day: T;
    month: T;
    year: T;
}
