UrlVideoDto: {
    provider: "youtube" | "vimeo" | "other";
    url: string;
    videoKey: string | null;
}