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

    Interface WhatsAppLocation

    interface WhatsAppLocation {
        address?: string;
        latitude: number;
        longitude: number;
        name?: string;
    }
    Index

    Properties

    address?: string
    latitude: number
    longitude: number
    name?: string