Type Alias GuildStickyEmbedFieldGroupByOutputType

GuildStickyEmbedFieldGroupByOutputType: {
    _count: GuildStickyEmbedFieldCountAggregateOutputType | null;
    _max: GuildStickyEmbedFieldMaxAggregateOutputType | null;
    _min: GuildStickyEmbedFieldMinAggregateOutputType | null;
    dbId: string;
    guildStickyMessageEmbedId: string;
    inline: boolean | null;
    name: string;
    value: string | null;
}