type alias Noneimport { type None } from "https://deno.land/x/fun@v2.0.0/examples/freer.ts"; Define Option in terms of Freer definition: { readonly tag: "None"; }