Files
mta-sign/mta-sign-ui/next-env.d.ts
Lucas Oskorep 03e8fa18f3
Some checks failed
Build and Push Docker Image / build (pull_request) Failing after 15s
feat: fixing package dependencies
2026-02-01 01:55:09 -05:00

7 lines
247 B
TypeScript

/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.