UNPKG

bling-erp-api-with-rate-limit

Version:
14 lines (13 loc) 286 B
export interface IAddComponentParams { idProdutoEstrutura: number; } export interface IAddComponentBody { produto: { id: number; }; quantidade: number; } export interface IAddComponentParameter { params: IAddComponentParams; body: IAddComponentBody[]; }