interface GetGuildPruneCountQueryimport { type GetGuildPruneCountQuery } from "https://deno.land/x/discordeno@17.0.1/helpers/mod.ts"; https://discord.com/developers/docs/resources/guild#get-guild-prune-count Propertiesoptionaldays: numberNumber of days to count prune for (1 or more), default: 7 optionalincludeRoles: string | string[]Role(s) to include, default: none