export interface Schema { style: string; defaultApp: string } export interface NormalizedSchema extends Schema { }