Skip to main content
Module

x/biscuit/mod.ts>AtLeastOne

A Discord library that is easy to use but reliable on its core 🥠
Latest
type alias AtLeastOne
Re-export
import { type AtLeastOne } from "https://deno.land/x/biscuit@0.2.4/mod.ts";

Type Parameters

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

Type Parameters

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