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

    Interface WhatsAppMicroserviceOptions

    interface WhatsAppMicroserviceOptions {
        clientName?: string;
        host: string;
        port: number;
    }
    Index

    Properties

    Properties

    clientName?: string
    host: string
    port: number