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 54f4ace commit 9df9349Copy full SHA for 9df9349
src/types/AggregateItem.ts
@@ -1,4 +1,4 @@
1
export type AggregateItem<Relations> = {
2
- relation: Relations;
+ relation: keyof Relations;
3
column: string;
4
}
0 commit comments