Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias Overwrite
import { type Overwrite } from "https://deno.land/x/netzo@0.3.66/deps/@tanstack/react-table.ts";

Type Parameters

T
U extends [TKey in keyof T]?: any
definition: Omit<T, keyof U> & U