Type Alias TwitchStreamerMinAggregateOutputType

TwitchStreamerMinAggregateOutputType: {
    autoPublishIfAnnouncmentChannel: boolean | null;
    chatRoomId: string | null;
    customCoolDownBeforeNextLive: number | null;
    dbId: string | null;
    deleteEmbeds: boolean | null;
    guildId: string | null;
    lastLive: Date | null;
    liveRoleId: string | null;
    notificationChannelId: string | null;
    pingRoleId: string | null;
    sendOfflineMessage: boolean | null;
    showNotifyButton: boolean | null;
    streamerId: string | null;
    streamerUserName: string | null;
    usePerStreamerEmbeds: boolean | null;
}