WSEmbedFieldGroupByOutputType: {
    _count: WSEmbedFieldCountAggregateOutputType | null;
    _max: WSEmbedFieldMaxAggregateOutputType | null;
    _min: WSEmbedFieldMinAggregateOutputType | null;
    dbId: string;
    inline: boolean | null;
    name: string;
    value: string | null;
    wsMessageEmbedId: string;
}