TeaWeb/shared/js/video-viewer/Definitions.ts

6 lines
No EOL
140 B
TypeScript

export interface VideoViewerEvents {
"notify_show": {},
"notify_value": { value: number },
"notify_data_url": { url: string }
}