UNPKG

bling-erp-api-with-rate-limit

Version:
11 lines (10 loc) 183 B
export interface IGetResponse { headers: { 'x-bling-homologacao': string; }; data: { nome: string; preco: number; codigo: string; }; }