Interface CreateScreenRequest

interface CreateScreenRequest {
    blocks?: ScreenBlock[];
    key?: string;
    type: Integration;
}

Hierarchy (view full)

Properties

Properties

blocks?: ScreenBlock[]
key?: string