import type { Value } from "../domain/value.ts"; export function readValue(): Value { return { id: "fixture-value" }; }