Files
Automata/packages/@n8n/permissions/src/index.ts

5 lines
120 B
TypeScript

export type * from './types';
export * from './constants';
export * from './hasScope';
export * from './combineScopes';