IGPAPI
    Preparing search index...

    Interface RegistrationSetBirthdayInput

    interface RegistrationSetBirthdayInput {
        context: RegistrationContext;
        day: number;
        month: number;
        year: number;
    }
    Index

    Properties

    Properties

    day: number
    month: number
    year: number