Type Alias ServerContacts

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