UNPKG

bling-erp-api-with-rate-limit

Version:
14 lines (13 loc) 230 B
export interface IUpdateParams { idCategoriaLoja: number; } export interface IUpdateBody { loja: { id: number; }; descricao: string; codigo: string; categoriaProduto: { id: number; }; }