Type alias ServerContacts

ServerContacts: {
    profile: {
        name?: string;
    };
    wa_id: string;
}

Type declaration

  • profile: {
        name?: string;
    }
    • Optional name?: string
  • wa_id: string

Generated using TypeDoc