Type alias TopicVideo

TopicVideo: TopicBase & {
    topicable: TopicableBase & {
        height: number;
        poster: string;
        poster_url: string;
        url: string;
        width: number;
    };
    topicable_type: Video;
}

Generated using TypeDoc