UNPKG

bling-erp-api-with-rate-limit

Version:
12 lines (11 loc) 177 B
export interface ICreateBody { nome: string; grupoProdutoPai: { id: number; }; } export interface ICreateResponse { data: { id: number; }; }