mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-30 23:14:37 +00:00
Define global Tauri interface types in TypeScript
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
// Global type declarations for the application
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
__TAURI__?: {
|
||||
[key: string]: unknown;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user