mirror of
https://github.com/coder/code-server.git
synced 2025-09-20 05:22:50 +08:00
Implement endpoint for getting recent directories
This commit is contained in:
@ -33,8 +33,11 @@ export interface SessionResponse {
|
||||
}
|
||||
|
||||
export interface RecentResponse {
|
||||
readonly recent: ReadonlyArray<Application>
|
||||
readonly running: ReadonlyArray<Application>
|
||||
readonly paths: string[]
|
||||
}
|
||||
|
||||
export interface RunningResponse {
|
||||
readonly applications: ReadonlyArray<Application>
|
||||
}
|
||||
|
||||
export interface HealthRequest {
|
||||
|
Reference in New Issue
Block a user