Interface ScreenSelector

interface ScreenSelector {
    id?: string;
    type?: Integration;
    key?: string;
    autoCreate?: boolean;
    connectionId?: string;
}

Properties

id?: string
key?: string
autoCreate?: boolean
connectionId?: string