mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 17:00:08 +00:00
Create add_guild_discovery_subcategory.ts
This commit is contained in:
12
src/types/discovery/add_guild_discovery_subcategory.ts
Normal file
12
src/types/discovery/add_guild_discovery_subcategory.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { SnakeCasedPropertiesDeep } from "../util.ts";
|
||||
|
||||
export interface AddGuildDiscoverySubcategory {
|
||||
/** The guild Id of the subcategory was added to */
|
||||
guildId: string;
|
||||
/** The Id of the subcategory added */
|
||||
categoryId: number;
|
||||
}
|
||||
|
||||
export type DiscordAddGuildDiscoverySubcategory = SnakeCasedPropertiesDeep<
|
||||
AddGuildDiscoverySubcategory
|
||||
>;
|
||||
Reference in New Issue
Block a user