@suluk/email - v0.2.0
    Preparing search index...

    Interface TemplateContext

    Shared context for every template — the brand + the active-locale catalog (merged over English defaults).

    interface TemplateContext {
        brand: EmailBrand;
        messages?: Catalog;
        dir?: "ltr" | "rtl";
        lang?: string;
        year?: number;
    }
    Index

    Properties

    brand: EmailBrand
    messages?: Catalog

    the email-namespace catalog for the active locale (@suluk/i18n).

    dir?: "ltr" | "rtl"
    lang?: string
    year?: number