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