Skip to content

Commit

Permalink
easy
Browse files Browse the repository at this point in the history
  • Loading branch information
0-don committed Feb 27, 2024
1 parent 2e6d40a commit 24d5929
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/src/graphql-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96932,10 +96932,10 @@ export type introspection = {
}
};

import * as gqlTada from "gql.tada";
import * as gqlTada from 'gql.tada';

declare module "gql.tada" {
declare module 'gql.tada' {
interface setupSchema {
introspection: introspection;
introspection: introspection
}
}
}

0 comments on commit 24d5929

Please sign in to comment.