Mayson Monorepo Documentation
    Preparing search index...
    interface DateOfBirth {
        day: number;
        month: number;
        year: number;
    }
    Index

    Properties

    Properties

    day: number

    The day of birth.

    month: number

    The month of birth.

    year: number

    The year of birth.