type alias Resultimport { type Result } from "https://deno.land/x/ahh@v0.8.1/src/result/mod.ts"; Represents a value that is either successful (Ok) or erroneous (Err). Type ParametersTEdefinition: Err<E> | Ok<T>