import type { DataSource } from '@forestadmin/datasource-toolkit'; import { DataSourceDecorator } from '@forestadmin/datasource-toolkit'; import WriteReplacerCollectionDecorator from './write-replace/collection'; /** * Decorator which allows to change the behavior of the write actions for given fields. */ export default class WriteDataSourceDecorator extends DataSourceDecorator { constructor(childDataSource: DataSource); } //# sourceMappingURL=datasource.d.ts.map