@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;
}

Properties

Properties

id: string
metadata?: Record<string, unknown>
name: string
url: string