export interface NewMongoModel { id: string; name: string; inputDefinition?: any; customData?: any; }