Type Alias ClubStreamerCountAggregateOutputType

ClubStreamerCountAggregateOutputType: {
    _all: number;
    autoPublishIfAnnouncmentChannel: number;
    customCoolDownBeforeNextPost: number;
    dbId: number;
    guildId: number;
    lastPostAt: number;
    lastPostId: number;
    notificationChannelId: number;
    pingRoleId: number;
    showNotifyButton: number;
    streamerUserName: number;
    usePerStreamerEmbeds: number;
}