UNPKG

9s-fe-core

Version:

Core functionalities for authentication, configuration, and repository management.

13 lines (12 loc) 224 B
export interface FeatureModel { index: number | null; modules: ScopeModel[]; name: string; _id: string; } export interface ScopeModel { key: string; name: string; path: string; url: string; }