Archived
1
0

Add recents section

This commit is contained in:
Asher
2020-03-02 11:52:39 -06:00
parent 88cab27165
commit c146457de4
4 changed files with 53 additions and 20 deletions

View File

@ -34,6 +34,7 @@ export interface SessionResponse {
export interface RecentResponse {
readonly paths: string[]
readonly workspaces: string[]
}
export interface RunningResponse {