Type Alias GuildCustomMessageCountAggregateOutputType

GuildCustomMessageCountAggregateOutputType: {
    _all: number;
    content: number;
    dbId: number;
    guildId: number;
    showInviteButton: number;
    showWatchButton: number;
    type: number;
}