type alias z.PassthroughTypeimport { type z } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts"; const { PassthroughType } = z; Type ParametersT extends UnknownKeysParamdefinition: T extends "passthrough" ? { [k: string]: unknown; } : unknown