Skip to main content
Module

x/wackford/discordeno.ts>AtLeastOne

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

Type Parameters

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