next-env.d.ts 210 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 /// <reference types="next" /> /// <reference types="next/types/global" /> declare module '*.graphqls' { import { DocumentNode } from 'graphql' export default typeof DocumentNode } declare module '*.yml'