Interface CreateHighlightsReelOptions

interface CreateHighlightsReelOptions {
    coverId?: string;
    mediaIds: string[];
    source?: AndroidNavModule;
    title: string;
}

Properties

coverId?: string
mediaIds: string[]
source?: AndroidNavModule
title: string