HJ_Server/src/module/collection_rmbuse.ts
2023-12-13 20:51:17 +08:00

10 lines
207 B
TypeScript

export type CollectionRmbuse = {
uid: string,
before: string,
rmbmoney: string,
change: string,
isAdd: boolean,
cTime: number,
atn: { [k: string]: any }[],
[k: string]: any
};