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