Interface AccountBirth

interface AccountBirth {
    day: string;
    month: string;
    year: string;
}

Properties

Properties

day: string
month: string
year: string