mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
v4.5.2 (#439)
This commit is contained in:
8
packages/global/support/activity/type.d.ts
vendored
Normal file
8
packages/global/support/activity/type.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export type PromotionRecordSchema = {
|
||||
_id: string;
|
||||
userId: string; // 收益人
|
||||
objUId?: string; // 目标对象(如果是withdraw则为空)
|
||||
type: 'register' | 'pay';
|
||||
createTime: Date; // 记录时间
|
||||
amount: number;
|
||||
};
|
Reference in New Issue
Block a user