@forestadmin/datasource-customizer
Advanced tools
Comparing version 1.44.0 to 1.44.1
@@ -9,3 +9,3 @@ import { Logger, PrimitiveTypes } from '@forestadmin/datasource-toolkit'; | ||
dependencies?: TFieldName<S, N>[]; | ||
listRecords(records: TRow<S, N>, context: CollectionCustomizationContext<S, N>): Promise<unknown[]> | unknown[]; | ||
listRecords(record: TRow<S, N>, context: CollectionCustomizationContext<S, N>): Promise<unknown[]> | unknown[]; | ||
}; | ||
@@ -12,0 +12,0 @@ export type DataSourceOptions = { |
{ | ||
"name": "@forestadmin/datasource-customizer", | ||
"version": "1.44.0", | ||
"version": "1.44.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "license": "GPL-3.0", |
691348