@modelhealth/modelhealth
    Preparing search index...

    Interface Video

    Video file associated with an activity.

    interface Video {
        activity: string;
        id: string;
        video?: string;
        videoThumb?: string;
    }
    Index

    Properties

    activity: string
    id: string
    video?: string
    videoThumb?: string