@sheerid/jslib
    Preparing search index...

    Type Alias IDCheckLoopResponse

    IDCheckLoopResponse: {
        currentStep: "idCheckLoop";
        errorIds?: [ErrorId];
        idCheckServiceType?: IdCheckLoopServiceType;
        sdkToken?: string;
        submissionUrl: string;
        uploadUrl?: string;
        verificationId: DatabaseId;
    } & WithLocaleAndCountryAndSegment