UNPKG

bling-erp-api-with-rate-limit

Version:
14 lines (13 loc) 276 B
export interface IGetModuleResponse { data: { id: number; nome: string; modulo: string; agrupador: string; permissoes: { nome: string; modulo: string; autorizado: boolean; }[]; }[]; }