This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
website/next-env.d.ts

6 lines
201 B
TypeScript
Raw Normal View History

2021-10-24 05:19:39 +02:00
/// <reference types="next" />
2021-10-24 05:48:06 +02:00
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.