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

    Properties

    Properties

    day: number

    The day of registration, between 1 and 31.

    month: number

    The month of registration, between 1 and 12.

    year: number

    The four-digit year of registration.