Remove unused types (#15108)

This commit is contained in:
melohagan 2024-12-03 16:43:13 +00:00 committed by GitHub
parent 75f61b5a31
commit b1868d7701
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
}