type alias Match.Objimport { type Match } from "https://deno.land/x/rimbu@0.13.1/deep/match.ts"; const { Obj } = Match; The type that determines allowed matchers for objects. Type ParametersTCPRdefinition: Match.ObjProps<T, C, R> | Match.CompoundForObj<T, C, P, R>