type alias Deep.Match.CompoundTypeimport { type Deep } from "https://deno.land/x/rimbu@0.13.5/deep/index.ts"; const { CompoundType } = Deep.Match; Compound keys used to indicate the type of compound. definition: | "every" | "some" | "none" | "single"