Interface BlockId

Block Id

interface BlockId {
    block: string;
}

Properties

Properties

block: string