UNPKG

bling-erp-api-with-rate-limit

Version:
12 lines (11 loc) 254 B
import { IAgrupador } from '../types/agrupador.type'; export interface IGetTypesParams { agrupador?: IAgrupador; } export interface IGetTypesResponse { data: { nome: string; tipo: string; agrupador: IAgrupador; }[]; }