Type alias TopicAudio

TopicAudio: TopicBase & {
    topicable: TopicableBase & {
        length: number;
        url: string;
    };
    topicable_type: Audio;
}

Generated using TypeDoc