@raisenow/tamaro-core
    Preparing search index...

    Type Alias LegacyEpikConfig

    LegacyEpikConfig: Partial<
        {
            cancelUrl: string;
            epmsAccountUuid: string;
            epmsEnv: EpmsEnv;
            eppApiKey: string;
            eppEnv: EppEnv;
            eppMerchantId: string;
            errorUrl: string;
            paymentMethodProfile: Record<string, string>;
            paymentStatusPollInterval: number;
            skipCvv: boolean;
            stripePublicKey: string;
            successUrl: string;
        },
    >