Merge branch 'master' into single-image-nginx
This commit is contained in:
commit
6fb5a8109d
|
@ -1 +1 @@
|
||||||
Subproject commit d9245f3d6d0b41ec2e6b3406b791f9e7448882cb
|
Subproject commit e60f4b1b364fd49d2bb082f298757f83cb2032f0
|
|
@ -1,4 +1,3 @@
|
||||||
export * from "./accounts"
|
export * from "./accounts"
|
||||||
export * from "./user"
|
|
||||||
export * from "./license"
|
export * from "./license"
|
||||||
export * from "./status"
|
export * from "./status"
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
export interface PostAccountUserActivity {
|
|
||||||
timestamp: number
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface PostAccountUserActivityResponse {
|
|
||||||
userId: string
|
|
||||||
timestamp: number
|
|
||||||
}
|
|
Loading…
Reference in New Issue