feat(collection/presentation): add listing for themes

This commit is contained in:
Elian Doran
2025-10-16 11:26:48 +03:00
parent d801d8a053
commit 8a86fdcd43
3 changed files with 74 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ type Labels = {
"board:groupBy": string;
maxNestingDepth: number;
includeArchived: boolean;
"presentation:theme": string;
}
/**