UNPKG

bling-erp-api-with-rate-limit

Version:
8 lines (7 loc) 126 B
export interface IGetTypeResponse { data: { id: number; nome: string; mascara: string; }[]; }