Type Alias TwitterStreamerMinAggregateOutputType

TwitterStreamerMinAggregateOutputType: {
    autoPublishIfAnnouncmentChannel: boolean | null;
    currentBroadcastId: string | null;
    customCoolDownBeforeNextLive: number | null;
    customCoolDownBeforeNextPost: number | null;
    dbId: string | null;
    deleteEmbeds: boolean | null;
    guildId: string | null;
    lastLive: Date | null;
    lastPostAt: Date | null;
    lastPostId: string | null;
    liveNotificationChannelId: string | null;
    liveRoleId: string | null;
    offlineGracePeriod: number | null;
    pingRoleId: string | null;
    postNotificationChannelId: string | null;
    postPingRoleId: string | null;
    sendOfflineMessage: boolean | null;
    showNotifyButton: boolean | null;
    streamerId: string | null;
    streamerUserName: string | null;
    usePerStreamerEmbeds: boolean | null;
}