Skip to main content
Module

x/discordeno/types/shared.ts>MakeRequired

Discord API library for Deno
Go to Latest
type alias MakeRequired
import { type MakeRequired } from "https://deno.land/x/discordeno@17.0.1/types/shared.ts";

Type Parameters

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