interface Phone {
    phone: string;
    type: string;
    wa_id: string;
}

Properties

Properties

phone: string
type: string
wa_id: string