Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/ui/dialogs/whats-new/src/types/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/ui/dialogs/whats-new/src/types/video-options.js

export type VideoSourceOptions = {
	type: string,
	src: string,
};

export type VideoOptions = {
	attrs?: {[key: string]: any},
	sources: VideoSourceOptions[],
};