export interface BabylonVideoSourceI { title?: string; src?: string; type?: string; }