Type Alias KickStreamerMinAggregateOutputType

KickStreamerMinAggregateOutputType: {
    auditLogsChannelId: string | null;
    auditLogsEnabled: boolean | null;
    autoPublishIfAnnouncmentChannel: boolean | null;
    builtInClipsChannelId: string | null;
    builtInClipsEnabled: boolean | null;
    builtInClipsPingRoleId: string | null;
    chatRoomId: string | null;
    clipChannelId: string | null;
    clipEnabled: boolean | null;
    clipPingRoleId: string | null;
    clipperNeedsAllCategories: boolean | null;
    customCoolDownBeforeNextLive: number | null;
    dbId: string | null;
    deleteEmbeds: boolean | null;
    enableVodDownloading: boolean | null;
    founderRoleId: string | null;
    guildId: string | null;
    lastLive: Date | null;
    leaderBoardChannelId: string | null;
    leaderBoardMessageId: string | null;
    liveRoleId: string | null;
    moderatorRoleId: string | null;
    notificationChannelId: string | null;
    ogRoleId: string | null;
    pingRoleId: string | null;
    sendOfflineMessage: boolean | null;
    showNotifyButton: boolean | null;
    streamerId: string | null;
    streamerUserName: string | null;
    subscriberRoleId: string | null;
    usePerStreamerEmbeds: boolean | null;
    verifiedRoleId: string | null;
    vipRoleId: string | null;
    vodsChannelId: string | null;
    vodsPingRoleId: string | null;
}