export interface Scopes{
    ScopeDef:  'Fixed' | 'Configurable',
    ScopeItem: string
}