mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-27 02:08:10 +08:00
d057d20c17
* 添加mermaid图表接口 * 添加类型文件 * Update package.json * Create next-env.d.ts
6 lines
201 B
TypeScript
6 lines
201 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/basic-features/typescript for more information.
|