export default interface IBlockData {
    typeId: string;
    state: {
        [name: string]: any;
    };
}
