| Current Path : /var/www/homesaver/www/bitrix/js/ui/dialogs/whats-new/src/types/ |
| 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[],
};