UNPKG

bling-erp-api-with-rate-limit

Version:
11 lines (10 loc) 211 B
export interface IGetModuleActionsParams { idModuloSistema: number; } export interface IGetModuleActionsResponse { data: { id: number; nome: string; descricao: string; }[]; }