export interface BabyDateOfBirth {
    id: string;
    day_of_the_month: string;
    month_of_the_year: string;
    year: string;
}
