CoastalCommitsPastes/next-env.d.ts

7 lines
267 B
TypeScript
Raw Normal View History

2022-03-06 19:46:59 -05:00
/// <reference types="next" />
/// <reference types="next/image-types/global" />
2023-02-22 02:20:02 -05:00
/// <reference types="next/navigation-types/compat/navigation" />
2022-03-06 19:46:59 -05:00
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.