IGPAPI
    Preparing search index...

    Interface RegistrationContext

    Shared context threaded through all registration steps.

    Each step returns an updated context that must be passed to the next step.

    interface RegistrationContext {
        regContext: string | null;
        regInfo: Record<string, unknown>;
        registrationFlowId: string;
        waterfallId: string;
    }
    Index

    Properties

    regContext: string | null
    regInfo: Record<string, unknown>
    registrationFlowId: string
    waterfallId: string