zibri
    Preparing search index...
    ZIBRI_MAILING_LIST_PLUGIN_DI_TOKENS: {
        BASE_EMAIL_TEMPLATE: InjectionToken<
            MailingListBaseEmailTemplate
            | undefined,
        >;
        CONFIRMATION_TOKEN_EXPIRES_IN_MS: InjectionToken<number>;
        MAILING_LIST_SERVICE: InjectionToken<MailingListServiceInterface>;
        PREFERENCES_PAGE_TEMPLATE: InjectionToken<
            MailingListPreferencesPageTemplate
            | undefined,
        >;
        SUBSCRIBE_CONFIRMATION_EMAIL_TEMPLATE: InjectionToken<
            MailingListSubscribeConfirmationEmailTemplate
            | undefined,
        >;
        SUBSCRIBE_SUCCESS_PAGE_TEMPLATE: InjectionToken<
            MailingListSubscribeSuccessPageTemplate
            | undefined,
        >;
        UNSUBSCRIBE_CONFIRMATION_PAGE_TEMPLATE: InjectionToken<
            MailingListUnsubscribeConfirmationPageTemplate
            | undefined,
        >;
    } = ...

    The dependency injection tokens used by the ZibriMailingListPlugin.

    Type Declaration