Interface FlowRunLaunchedBy

interface FlowRunLaunchedBy {
    type: FlowRunLaunchedByTrigger;
    ids?: string[];
}

Properties

Properties

ids?: string[]