plane/web/next-env.d.ts

7 lines
267 B
TypeScript
Raw Normal View History

2022-11-19 14:21:26 +00:00
/// <reference types="next" />
/// <reference types="next/image-types/global" />
2024-04-06 11:43:24 +00:00
/// <reference types="next/navigation-types/compat/navigation" />
2022-11-19 14:21:26 +00:00
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.