Choreo Display SDK - v0.2.0
    Preparing search index...

    Interface VideoInfo

    @choreoai/display-sdk-types

    TypeScript types and interfaces for Choreo Display external apps. This package provides type definitions for building apps that integrate with Choreo Display galleries.

    interface VideoInfo {
        id: string;
        metadata?: Record<string, unknown>;
        name: string;
        url: string;
    }
    Index
    id: string
    metadata?: Record<string, unknown>
    name: string
    url: string