UNPKG

bling-erp-api-with-rate-limit

Version:
12 lines (11 loc) 240 B
export interface IGetModuleSituationsParams { idModuloSistema: number; } export interface IGetModuleSituationsResponse { data: { id: number; nome: string; idHerdado?: number; cor?: string; }[]; }