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