export interface SchemaConfig { Product: string; Title: string; SPXId: string; Settings: string; Id: number; Predefined?: any; }