UNPKG

bling-erp-api-with-rate-limit

Version:
10 lines (9 loc) 169 B
export interface IFindTypesParams { idContato: number; } export interface IFindTypesResponse { data: { id: number; descricao: string; }[]; }