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

    Interface WhatsAppTemplateListResponse

    interface WhatsAppTemplateListResponse {
        data: WhatsAppTemplate[];
        paging?: { cursors?: { after?: string; before?: string }; next?: string };
    }
    Index

    Properties

    Properties

    paging?: { cursors?: { after?: string; before?: string }; next?: string }