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