type alias BanRe-exportimport { type Ban } from "https://deno.land/x/discordeno@17.0.0/helpers/guilds/mod.ts"; definition: { reason?: string; user: User; }