import { Block } from "./block"; import { List as ImmutableList } from "immutable"; export type BlockHistory = ImmutableList;