dcd89df482
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
import Database from '@nocobase/database';
|
|||
|
|||
export interface DataSourceWithDatabase {
|
|||
db: Database;
|
|||
}
|