mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
fix type
This commit is contained in:
@@ -24,7 +24,7 @@ export module RR {
|
|||||||
|
|
||||||
// server
|
// server
|
||||||
|
|
||||||
export type SetShareStatsReq = WithExpire<{ value: any }> // server.config.share-stats
|
export type SetShareStatsReq = WithExpire<{ value: boolean }> // server.config.share-stats
|
||||||
export type SetShareStatsRes = WithRevision<null>
|
export type SetShareStatsRes = WithRevision<null>
|
||||||
|
|
||||||
export type GetServerLogsReq = { cursor?: string, before_flag?: boolean, limit?: number }
|
export type GetServerLogsReq = { cursor?: string, before_flag?: boolean, limit?: number }
|
||||||
|
|||||||
Reference in New Issue
Block a user