export interface MediaflowVideoPlayerProps {
    embedMethod: string;
    title: string;
    poster: string;
    id: number;
    embedCode?: string;
    iframeSrc?: string;
    autoPlay: boolean;
}
