Type Alias ClubStreamerCreateInput
ClubStreamerCreateInput: { autoPublishIfAnnouncmentChannel?: boolean | null; customCoolDownBeforeNextPost?: number | null; customMessages?: CSCustomMessageCreateNestedManyWithoutClubStreamerInput; 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; }