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

    Interface WhatsAppUpdateTemplateDto

    interface WhatsAppUpdateTemplateDto {
        category?: WhatsAppTemplateCategory;
        components?: WhatsAppTemplateComponent[];
    }
    Index

    Properties