import { type PickOptionals } from "https://deno.land/x/windmill@v1.226.0/node_modules/tsafe/PickOptionals.d.ts";
PickOptionals<{ p1: string; p2?: string; p3?: number; }> is the type { p2: string; p3: number; }
x/windmill/node_modules/tsafe/PickOptionals.d.ts>PickOptionals
import { type PickOptionals } from "https://deno.land/x/windmill@v1.226.0/node_modules/tsafe/PickOptionals.d.ts";
PickOptionals<{ p1: string; p2?: string; p3?: number; }> is the type { p2: string; p3: number; }