Interface UpdateScreenRequest

interface UpdateScreenRequest {
    blocks?: ScreenBlock[];
    key?: string;
}

Hierarchy (view full)

Properties

Properties

blocks?: ScreenBlock[]
key?: string