Type Alias GuildStarboardMinAggregateOutputType
GuildStarboardMinAggregateOutputType: {
allowBotMessages: boolean | null;
allowNsfw: boolean | null;
allowSelfStar: boolean | null;
channelId: string | null;
dbId: string | null;
deleteIfLost: boolean | null;
emojiId: string | null;
emojiName: string | null;
enabled: boolean | null;
guildId: string | null;
openThreadOnStar: boolean | null;
rewardRole: string | null;
threshold: number | null;
}