2
0

next-env.d.ts 362 B

1234567891011
  1. /**
  2. * Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
  3. * SPDX-License-Identifier: MIT
  4. */
  5. /// <reference types="next" />
  6. /// <reference types="next/image-types/global" />
  7. /// <reference path="./.next/types/routes.d.ts" />
  8. // NOTE: This file should not be edited
  9. // see https://nextjs.org/docs/app/api-reference/config/typescript for more information.