mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-14 01:08:04 +08:00
2dcb754f47
* fix: ts * fix review
8 lines
115 B
TypeScript
8 lines
115 B
TypeScript
import type { SystemCacheType } from './type';
|
|
|
|
declare global {
|
|
var systemCache: SystemCacheType;
|
|
}
|
|
|
|
export {};
|