Fix after MR

This commit is contained in:
Kevin FEDYNA
2025-01-15 15:57:08 +01:00
parent b720a5e7b8
commit b894930e12
9 changed files with 49 additions and 65 deletions
+1
View File
@@ -3,6 +3,7 @@ export interface AppProperties {
icon: string;
pages: Record<string, string>;
adminOnly: string[];
hint: string;
}
export type EmptyObject = Record<string | number | symbol, never>;