Merge branch 'master' into single-image-nginx

This commit is contained in:
Martin McKeaveney 2024-12-03 16:44:27 +00:00 committed by GitHub
commit 6fb5a8109d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 10 deletions

@ -1 +1 @@
Subproject commit d9245f3d6d0b41ec2e6b3406b791f9e7448882cb
Subproject commit e60f4b1b364fd49d2bb082f298757f83cb2032f0

View File

@ -1,4 +1,3 @@
export * from "./accounts"
export * from "./user"
export * from "./license"
export * from "./status"

View File

@ -1,8 +0,0 @@
export interface PostAccountUserActivity {
timestamp: number
}
export interface PostAccountUserActivityResponse {
userId: string
timestamp: number
}