interface Matchimport { type Match } from "https://deno.land/x/monads@v0.5.10/result/result.ts"; Type ParametersTEUPropertiesok: (val: T) => Uerr: (val: E) => U