UNPKG

bling-erp-api-with-rate-limit

Version:
17 lines (16 loc) 301 B
export interface IFindParams { idCategoriaLoja: number; } export interface IFindResponse { data: { id: number; loja: { id: number; }; descricao: string; codigo: string; categoriaProduto: { id: number; }; }; }