WIP: KÜ Modal Einstellung Bezeichnung funktioniert, aber die andere Werte muss noch bearbeitet werden
This commit is contained in:
9
types/global.d.ts
vendored
Normal file
9
types/global.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// types/global.d.ts
|
||||
export {};
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
__kueCache?: Record<string, any>;
|
||||
kabelModalOpen?: boolean; // ✅ HIER NEU
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user