Remove unused types (#15108)
This commit is contained in:
parent
75f61b5a31
commit
b1868d7701
|
@ -1 +1 @@
|
|||
Subproject commit d9245f3d6d0b41ec2e6b3406b791f9e7448882cb
|
||||
Subproject commit e60f4b1b364fd49d2bb082f298757f83cb2032f0
|
|
@ -1,4 +1,3 @@
|
|||
export * from "./accounts"
|
||||
export * from "./user"
|
||||
export * from "./license"
|
||||
export * from "./status"
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
export interface PostAccountUserActivity {
|
||||
timestamp: number
|
||||
}
|
||||
|
||||
export interface PostAccountUserActivityResponse {
|
||||
userId: string
|
||||
timestamp: number
|
||||
}
|
Loading…
Reference in New Issue