Interface UpdateScreenRequest

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

Hierarchy (View Summary)

Properties

Properties

blocks?: ScreenBlock[]
key?: string