Type Alias GuildScheduledMessageButtonGroupByOutputType

GuildScheduledMessageButtonGroupByOutputType: {
    _count: GuildScheduledMessageButtonCountAggregateOutputType | null;
    _max: GuildScheduledMessageButtonMaxAggregateOutputType | null;
    _min: GuildScheduledMessageButtonMinAggregateOutputType | null;
    dbId: string;
    emojiUnicodeOrId: string | null;
    guildScheduledMessageId: string;
    title: string;
    url: string | null;
}