Skip to main content
The Deno 2 Release Candidate is here
Learn more
Extremely Popular
Go to Latest
type alias MakeRequired
Re-export
import { type MakeRequired } from "https://deno.land/x/discordeno@17.2.0/plugins/fileloader/deps.ts";

Type Parameters

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