export type CatchScope = { catch: "parent" | "orphan" };

export type ReadErrorOperation = {};
