UNPKG

bling-erp-api-with-rate-limit

Version:
7 lines (6 loc) 102 B
export interface IGetResponse { data: { id: number; descricao: string; }[]; }