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