Type Alias GuildRandomMessageGroupByOutputType

GuildRandomMessageGroupByOutputType: {
    _count: GuildRandomMessageCountAggregateOutputType | null;
    _max: GuildRandomMessageMaxAggregateOutputType | null;
    _min: GuildRandomMessageMinAggregateOutputType | null;
    dbId: string;
    guildId: string;
    messages: string[];
    type: GuildMessageTypeEnum;
}