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