@sheerid/jslib
    Preparing search index...

    Type Alias EmailLoopResponse

    EmailLoopResponse: {
        cancelUrl: string;
        canResendEmailLoop: boolean;
        currentState: "collectOrganizationEmail" | "pending";
        currentStep: "emailLoop";
        errorIds?: [ErrorId];
        submissionUrl: string;
        verificationId: DatabaseId;
    } & WithLocaleAndCountryAndSegment