Revision 959f62d2468d8e64728c9ec133a9e40670edbc64 authored by Rohit Singh on 02 May 2022, 11:44:51 UTC, committed by Rohit Singh on 02 May 2022, 11:44:51 UTC
1 parent 7da459d
Raw File
next-env.d.ts
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
back to top