import * as windmill from "https://deno.land/x/windmill@v1.416.0/node_modules/tsafe/src/PickOptionals.ts";
Type Aliases
PickOptionals<{ p1: string; p2?: string; p3?: number; }> is the type { p2: string; p3: number; } |
x/windmill/node_modules/tsafe/src/PickOptionals.ts
import * as windmill from "https://deno.land/x/windmill@v1.416.0/node_modules/tsafe/src/PickOptionals.ts";
PickOptionals<{ p1: string; p2?: string; p3?: number; }> is the type { p2: string; p3: number; } |