Type Alias GuildRolePanelEmbedFieldGroupByOutputType

GuildRolePanelEmbedFieldGroupByOutputType: {
    _count: GuildRolePanelEmbedFieldCountAggregateOutputType | null;
    _max: GuildRolePanelEmbedFieldMaxAggregateOutputType | null;
    _min: GuildRolePanelEmbedFieldMinAggregateOutputType | null;
    dbId: string;
    guildRolePanelEmbedId: string;
    inline: boolean | null;
    name: string;
    value: string | null;
}