This commit is contained in:
2026-04-09 18:57:44 +08:00
commit 89384d3545
79 changed files with 10181 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import { UserActivity } from './base'
export interface Request {
userId: number
}
export interface Response {
userActivity: UserActivity
}