function rawIsOembedVideo(oembed: OEmbedType): oembed is OEmbed.Video {
  return oembed.value.type === 'video'
}