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

    Interface WhatsAppPhoneNumberListResponse

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

    Properties

    Properties

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