Type Alias GuildCustomMessageCountAggregateOutputType

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