UNPKG

bling-erp-api-with-rate-limit

Version:
11 lines (10 loc) 210 B
export interface IChangeComponentParams { idProdutoEstrutura: number; idComponente: number; } export interface IChangeComponentBody { produto: { id: number; }; quantidade: number; }