export default interface IBlockLayer {
    block_name: string;
    count: number;
}
