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

    Interface ChallengeContent

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

    Properties

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