Interface FlowSelector

interface FlowSelector {
    id?: string;
    key?: string;
    integrationId?: string;
    integrationKey?: string;
    autoCreate?: boolean;
}

Hierarchy (view full)

Properties

id?: string
key?: string
integrationId?: string
integrationKey?: string
autoCreate?: boolean