Type alias TopicImage

TopicImage: TopicBase & {
    topicable: TopicableBase & {
        height: number;
        url: string;
        width: number;
    };
    topicable_type: Image;
}

Generated using TypeDoc