Type Alias GuildStarboardUncheckedCreateInput
GuildStarboardUncheckedCreateInput: { 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; filter?: GuildStarboardFilterUncheckedCreateNestedOneWithoutGuildStarboardInput; guildId: string; openThreadOnStar?: boolean | null; rewardRole?: string | null; threshold?: number | null; }