Files
amane-tanikaze-frontend/src/models/Guild.ts
2024-10-13 14:02:02 +00:00

7 lines
124 B
TypeScript

export interface Guild{
_id: string;
guildId: string;
giveawayLogChannelId: string;
autoroleLogChannelId: string;
}