Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias PickPartial
Re-export
import { type PickPartial } from "https://deno.land/x/discordeno@17.0.1/plugins/validations/deps.ts";

Type Parameters

T
K extends keyof T
definition: [P in keyof T]?: T[P] | undefined & [P in K]: T[P]