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