UNPKG

bling-erp-api-with-rate-limit

Version:
16 lines (15 loc) 242 B
export interface ICreateBody { loja: { id: number; }; descricao: string; codigo: string; categoriaProduto: { id: number; }; } export interface ICreateResponse { data: { id: number; }; }