Files
FastGPT/packages/service/common/cache/global.d.ts
T
Archer 2dcb754f47 fix: ts (#6890)
* fix: ts

* fix review
2026-05-07 21:33:30 +08:00

8 lines
115 B
TypeScript

import type { SystemCacheType } from './type';
declare global {
var systemCache: SystemCacheType;
}
export {};