UNPKG

bling-erp-api-with-rate-limit

Version:
17 lines (16 loc) 311 B
export interface IUpdateParams { idProdutoHomologacao: number; } export interface IUpdateHeaders { hash: string; } export interface IUpdateBody { nome: string; preco: number; codigo: string; } export interface IUpdateResponse { headers: { 'x-bling-homologacao': string; }; }