better-buddy-share-backend
    Preparing search index...

    Type Alias Stream

    type Stream = {
        description: string;
        ended_at: Date | null;
        is_live: boolean;
        is_locked: boolean;
        is_public: boolean;
        path: string | null;
        started_at: Date;
        stream_id: number;
        streamer_id: number;
        thumbnail: string | "";
        title: string;
    }
    Index

    Properties

    description: string
    ended_at: Date | null
    is_live: boolean
    is_locked: boolean
    is_public: boolean
    path: string | null
    started_at: Date
    stream_id: number
    streamer_id: number
    thumbnail: string | ""
    title: string