Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/discordeno/types/mod.ts>AtLeastOne

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

Type Parameters

T
optional
U = [K in keyof T]: Pick<T, K>
definition: Partial<T> & U[keyof U]