Type Alias ClubStreamerUncheckedCreateInput
ClubStreamerUncheckedCreateInput: { autoPublishIfAnnouncmentChannel?: boolean | null; customCoolDownBeforeNextPost?: number | null; customMessages?: CSCustomMessageUncheckedCreateNestedManyWithoutClubStreamerInput; dbId?: string; guildId: string; lastPostAt?: Date | string | null; lastPostId?: string | null; notificationChannelId?: string | null; pingRoleId?: string | null; showNotifyButton?: boolean | null; streamerUserName: string; usePerStreamerEmbeds?: boolean | null; }