IGPAPI
    Preparing search index...

    Interface RegistrationCreateAccountOutput

    interface RegistrationCreateAccountOutput {
        accountCreated: boolean;
        nonce: string | null;
        partiallyCreated: boolean;
        pkId: string | null;
        profile: Record<string, unknown> | null;
        rawResponse: unknown;
        username: string;
    }
    Index

    Properties

    accountCreated: boolean
    nonce: string | null
    partiallyCreated: boolean
    pkId: string | null
    profile: Record<string, unknown> | null
    rawResponse: unknown

    Raw Instagram response. Non-enumerable — hidden from JSON.stringify.

    username: string