mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-07 00:14:25 +00:00
Migrate ModalContext and WorkspaceContext
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
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