Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Go to Latest
type alias InviteMetadata
Re-export
import { type InviteMetadata } from "https://deno.land/x/discordeno@17.2.0/helpers/guilds/mod.ts";
definition: BaseInvite & { uses: number; maxUses: number; maxAge: number; temporary: boolean; createdAt: number; }