import { type Id } from "https://deno.land/x/discordeno@18.0.1/template/beginner/deps.ts";
object identity type
definition: T extends infer U ? [K in keyof U]: U[K] : never
import { type Id } from "https://deno.land/x/discordeno@18.0.1/template/beginner/deps.ts";
object identity type