UNPKG

bling-erp-api-with-rate-limit

Version:
6 lines (5 loc) 191 B
import { Entity } from '../@shared/entity'; import { IGetResponse } from './interfaces/get.interface'; export declare class ContatosTipos extends Entity { get(): Promise<IGetResponse>; }