Files
dify-plus/web/models/common-extend.ts
T
2025-03-28 15:18:33 +08:00

5 lines
71 B
TypeScript

export type UserMoney = {
used_quota: Number
total_quota: Number
}