We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8f154 commit cdf71f5Copy full SHA for cdf71f5
1 file changed
packages/ra-core/src/types.ts
@@ -93,7 +93,7 @@ export type DataProvider<ResourceType extends string = string> = {
93
94
getOne: <RecordType extends RaRecord = any>(
95
resource: ResourceType,
96
- params: GetOneParams
+ params: GetOneParams<RecordType>
97
) => Promise<GetOneResult<RecordType>>;
98
99
getMany: <RecordType extends RaRecord = any>(
0 commit comments