Interface TimelineCommandArg

interface TimelineCommandArg {
    source: string;
    timelineHandle: string;
    uri: string;
}

Properties

source: string
timelineHandle: string
uri: string