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

    Properties

    Properties

    day: number

    Numerical day between 1 and 31.

    month: number

    Numerical month between 1 and 12.

    year: number

    The four-digit year.