swc/crates/swc_bundler/tests/.cache/deno/61134a3fdedb5611f4a0351ecbf660bd5fc73b9b.ts
2021-11-09 20:42:49 +09:00

10 lines
301 B
TypeScript

// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/discovery/add_guild_discovery_subcategory.ts
export interface AddGuildDiscoverySubcategory {
/** The guild Id of the subcategory was added to */
guildId: string;
/** The Id of the subcategory added */
categoryId: number;
}