Interface ScreenBlock

interface ScreenBlock {
    type: ScreenBlockType;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties