observation-js Documentation - v1.14.0
    Preparing search index...

    Interface ChallengeContent

    interface ChallengeContent {
        id: number;
        title: null | string;
        text: string;
        url: null | string;
        video: null | string;
        video_thumbnail: null | string;
        publication_time: string;
        last_seen: null | string;
    }
    Index

    Properties

    id: number
    title: null | string
    text: string
    url: null | string
    video: null | string
    video_thumbnail: null | string
    publication_time: string
    last_seen: null | string