Skip to main content
Module

x/discordeno/mod.ts>PickPartial

Discord API library for Deno
Extremely Popular
Go to Latest
type alias PickPartial
Re-export
import { type PickPartial } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";

Type Parameters

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