Skip to main content
Module

x/discordeno/mod.ts>Id

Discord API library for Deno
Latest
type alias Id
import { type Id } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

object identity type

definition: T extends infer U ? [K in keyof U]: U[K] : never