export interface Schema { /** * The scope for the new routing module. */ routingScope?: 'Child' | 'Root'; project?: string; }