thunderhub/next-env.d.ts

7 lines
245 B
TypeScript
Raw Normal View History

/// <reference types="next" />
/// <reference types="next/types/global" />
2021-07-04 19:32:38 +02:00
/// <reference types="next/image-types/global" />
2021-08-27 11:41:14 +02:00
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.