urembo-hub-api
    Preparing search index...

    Enhanced Base Email Template Matches the frontend design system with HSL colors and modern styling

    interface BaseTemplateProps {
        additionalStyles?: string;
        content: string;
        cta_button?: {
            style?: "primary" | "secondary" | "success" | "warning" | "danger";
            text: string;
            url: string;
        };
        preheader?: string;
        showFooter?: boolean;
        title: string;
        variables: {
            base_url?: string;
            company_name?: string;
            logo_url?: string;
            support_email?: string;
        };
    }
    Index

    Properties

    additionalStyles?: string
    content: string
    cta_button?: {
        style?: "primary" | "secondary" | "success" | "warning" | "danger";
        text: string;
        url: string;
    }
    preheader?: string
    showFooter?: boolean
    title: string
    variables: {
        base_url?: string;
        company_name?: string;
        logo_url?: string;
        support_email?: string;
    }