OneSDK
    Preparing search index...

    Interface Video

    interface Video {
        created_at: string;
        deleted_at: any;
        id: number;
        live_stream_id: number;
        s3: any;
        slug: any;
        thumb: any;
        trading_platform_id: any;
        updated_at: string;
        uuid: string;
        views: number;
    }
    Index

    Properties

    created_at: string
    deleted_at: any
    id: number
    live_stream_id: number
    s3: any
    slug: any
    thumb: any
    trading_platform_id: any
    updated_at: string
    uuid: string
    views: number