UNPKG

bling-erp-api-with-rate-limit

Version:
9 lines (8 loc) 164 B
export interface IGetModulesResponse { data: { id: number; nome: string; descricao: string; criarSituacoes: boolean; }[]; }