Skip to main content
Go to Latest
type alias TPickRest
import { type TPickRest } from "https://deno.land/x/openbox@1.1.1/deps.ts";

Type Parameters

T extends TSchema[]
K extends keyof any
definition: [K2 in keyof T]: TPick<AssertType<T[K2]>, K>