Skip to main content
Extremely Popular
Go to Latest
type alias PickPartial
Re-export
import { type PickPartial } from "https://deno.land/x/discordeno@13.0.0-rc45/plugins/permissions/deps.ts";

Type Parameters

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