Eng-council sweep: export hygiene, dead code, helper dedup, declare vega-expression

This commit is contained in:
2026-06-12 19:39:54 +03:00
parent f26ac66633
commit 0e225d7d5c
26 changed files with 89 additions and 98 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
*/
/** A category of stored data and its measured size in bytes. */
export interface StorageSegment {
interface StorageSegment {
key: 'snippets' | 'datasets' | 'app';
/** User-facing label, centralized here so the component stays presentational. */
label: string;