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

Properties

Properties

id: string
key?: string
blocks: ScreenBlock[]