@makerinc/react-sdk
    Preparing search index...

    Interface Video

    Video media with multiple source formats Server type: Store.Video.t

    interface Video {
        poster?: string | null;
        sources: readonly VideoSource[];
    }
    Index

    Properties

    Properties

    poster?: string | null
    sources: readonly VideoSource[]