import Database from '@nocobase/database'; export interface DataSourceWithDatabase { db: Database; }