import Whatsapp from "../../models/Whatsapp"; const ListWhatsAppsService = async (): Promise => { const whatsapps = await Whatsapp.findAll(); return whatsapps; }; export default ListWhatsAppsService;