nest-whatsapp - v0.0.1
    Preparing search index...

    Interface WhatsAppTemplateComponent

    interface WhatsAppTemplateComponent {
        buttons?: WhatsAppTemplateButton[];
        example?: Record<string, unknown>;
        format?: "TEXT" | "IMAGE" | "VIDEO" | "DOCUMENT" | "LOCATION";
        text?: string;
        type: "HEADER" | "BODY" | "FOOTER" | "BUTTONS";
    }
    Index

    Properties

    example?: Record<string, unknown>
    format?: "TEXT" | "IMAGE" | "VIDEO" | "DOCUMENT" | "LOCATION"
    text?: string
    type: "HEADER" | "BODY" | "FOOTER" | "BUTTONS"