challenge-vtex-io-leonardo-.../react/typings/graphql.d.ts

7 lines
133 B
TypeScript
Raw Permalink Normal View History

2023-02-07 02:08:58 +00:00
declare module "*.graphql" {
import { DocumentNode } from "graphql";
const value: DocumentNode;
export default value;
}