🛠️ Add shadcnCommand property

This commit is contained in:
pheralb
2025-08-27 18:19:03 +01:00
parent 1e414f9f54
commit f3a179ecb5
+1
View File
@@ -12,5 +12,6 @@ export interface iSVG {
route: string | ThemeOptions;
wordmark?: string | ThemeOptions;
brandUrl?: string;
shadcnCommand?: string;
url: string;
}