Type Alias YoutubeStreamerMinAggregateOutputType
YoutubeStreamerMinAggregateOutputType: {
autoPublishIfAnnouncmentChannel: boolean | null;
customCoolDownBeforeNextLive: number | null;
dbId: string | null;
deleteEmbeds: boolean | null;
guildId: string | null;
lastLive: Date | null;
lastVideo: Date | null;
liveNotificationChannelId: string | null;
liveRoleId: string | null;
pingRoleId: string | null;
sendOfflineMessage: boolean | null;
showNotifyButton: boolean | null;
streamerId: string | null;
streamerUserName: string | null;
usePerStreamerEmbeds: boolean | null;
videoNotificationChannelId: string | null;
}