Skip to content

Commit 8a482ef

Browse files
committed
chore: sync dev and types
1 parent f5c784b commit 8a482ef

File tree

3 files changed

+1599
-1597
lines changed

3 files changed

+1599
-1597
lines changed

src/types/graphql-env.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5196,10 +5196,10 @@ export type introspection = {
51965196
}
51975197
};
51985198

5199-
import * as gqlTada from "gql.tada";
5199+
import * as gqlTada from 'gql.tada';
52005200

5201-
declare module "gql.tada" {
5201+
declare module 'gql.tada' {
52025202
interface setupSchema {
5203-
introspection: introspection;
5203+
introspection: introspection
52045204
}
5205-
}
5205+
}

0 commit comments

Comments
 (0)