IGPAPI
    Preparing search index...

    Interface RegistrationCreateAccountInput

    interface RegistrationCreateAccountInput {
        attestation?: RegistrationAttestationHeaderInput;
        context: RegistrationContext;
        username: string;
    }
    Index

    Properties

    username: string