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