mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-07 08:24:27 +00:00
Migrate workspace api to ts
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
import { Theme } from './theme';
|
||||
|
||||
export interface DeleteWorkspaceResponse {
|
||||
nextWorkspaceName: string;
|
||||
}
|
||||
|
||||
export interface LastWorkspaceNameResponse {
|
||||
lastWorkspaceName: string;
|
||||
}
|
||||
|
||||
export interface WorkspaceSettings {
|
||||
theme: Theme;
|
||||
autoSave: boolean;
|
||||
|
||||
Reference in New Issue
Block a user