Type Alias RumbleStreamerMinAggregateOutputType

RumbleStreamerMinAggregateOutputType: {
    autoPublishIfAnnouncmentChannel: boolean | 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;
    streamerUserName: string | null;
    type: RumbleTypeEnum | null;
    usePerStreamerEmbeds: boolean | null;
}