Skip to main content
Module

x/wackford/discordeno.ts>PickPartial

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
type alias PickPartial
Re-export
import { type PickPartial } from "https://deno.land/x/wackford@v0.0.5/discordeno.ts";

Type Parameters

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