mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-08-29 14:01:35 +00:00
7 lines
100 B
TypeScript
7 lines
100 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
interface Window {
|
|
GetParentResourceName?: () => string
|
|
}
|
|
|