mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
add theme saving and indexing
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
type CustomTheme = {
|
||||
id: string;
|
||||
name: string;
|
||||
description: string;
|
||||
defaultColour: string;
|
||||
@@ -9,6 +10,6 @@ type CustomTheme = {
|
||||
|
||||
type CustomImage = {
|
||||
id: string;
|
||||
url: string;
|
||||
blob: Blob;
|
||||
variableName: string;
|
||||
}
|
||||
Reference in New Issue
Block a user