import { ResponseModel } from "@leal.api/api_models" import { ConsultaComercioPremioViewModel } from "../models/premio"; export interface IComercioPremioRepository { //TODO: this is for red social consulting consulta_comercio_premio(idComercio: number, limitPremios: number): Promise>; }