iportal
Version:
web-portal
17 lines (16 loc) • 339 B
TypeScript
interface Window extends Window {
__application_preset: {
modules: {
[key: string]: any
}
}
}
interface HTMLPortalElement extends HTMLIFrameElement {
activate: () => Promise<void>
}
interface HTMLIFrameElement {
csp: string
}
interface HTMLVideoElement {
requestVideoFrameCallback: (callback: () => void) => void
}