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 054e943 commit 897a676Copy full SHA for 897a676
packages/data-connect/test/unit/typings.test.ts
@@ -27,7 +27,9 @@ describe('Typings', () => {
27
__abc: true
28
}
29
);
30
- function myFn<Data, Variables>(queryRef: QueryRef<Data, Variables>): { data: Data } {
+ function myFn<Data, Variables>(
31
+ queryRef: QueryRef<Data, Variables>
32
+ ): { data: Data } {
33
const data = {} as Data;
34
return { data };
35
0 commit comments