mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 09:44:47 +00:00
feat: 增加充值功能
This commit is contained in:
1
src/types/index.d.ts
vendored
1
src/types/index.d.ts
vendored
@@ -2,6 +2,7 @@ import type { Mongoose } from 'mongoose';
|
||||
|
||||
declare global {
|
||||
var mongodb: Mongoose | string | null;
|
||||
var QRCode: any;
|
||||
}
|
||||
|
||||
export type PagingData<T> = {
|
||||
|
Reference in New Issue
Block a user