Revision f7ecfef718aa93d5276fd5f49a5eb250b78bf1a3 authored by Suraj Ahmed on 26 September 2022, 11:59:17 UTC, committed by Suraj Ahmed on 26 September 2022, 11:59:17 UTC
1 parent 78b045a
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