IGPAPI
    Preparing search index...

    Interface HighlightsEditReelInput

    interface HighlightsEditReelInput {
        added?: string[];
        coverId: string;
        highlightId: string;
        removed?: string[];
        source?: MobileNavModule;
        title: string;
    }
    Index

    Properties

    added?: string[]
    coverId: string
    highlightId: string
    removed?: string[]
    source?: MobileNavModule
    title: string