Skip to main content
Module

x/discordeno/mod.ts>Id

Discord API library for Deno
Extremely Popular
Go to Latest
type alias Id
import { type Id } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";
definition: T extends infer U ? [K in keyof U]: U[K] : never