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

    Interface WhatsAppContactPhone

    interface WhatsAppContactPhone {
        phone: string;
        type?: string;
        wa_id?: string;
    }
    Index

    Properties

    Properties

    phone: string
    type?: string
    wa_id?: string