Type Alias GuildCustomMessageGroupByOutputType

GuildCustomMessageGroupByOutputType: {
    _count: GuildCustomMessageCountAggregateOutputType | null;
    _max: GuildCustomMessageMaxAggregateOutputType | null;
    _min: GuildCustomMessageMinAggregateOutputType | null;
    content: string | null;
    dbId: string;
    guildId: string;
    type: GuildMessageTypeEnum;
}