export default interface BlockPointer {
    blockId: string;
    args?: any;
    _id?: any;
}
