Type Alias GuildMessageButtonGroupByOutputType

GuildMessageButtonGroupByOutputType: {
    _count: GuildMessageButtonCountAggregateOutputType | null;
    _max: GuildMessageButtonMaxAggregateOutputType | null;
    _min: GuildMessageButtonMinAggregateOutputType | null;
    dbId: string;
    emojiUnicodeOrId: string | null;
    guildCustomMessageId: string;
    title: string;
    url: string | null;
}