Skip to main content
Module

x/discordeno/mod.ts>Id

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

object identity type

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