export type BlockNodeIdentifiers = {
    blockInstanceId: string;
    resourceId: string;
};
