接口 BlockMaskList实验性

interface BlockMaskList {
    blockList: (string | BlockPermutation | BlockType)[];
    maskType: BlockMaskListType;
}

属性

blockList: (string | BlockPermutation | BlockType)[]