Type Alias GuildStickyMessageButtonGroupByOutputType

GuildStickyMessageButtonGroupByOutputType: {
    _count: GuildStickyMessageButtonCountAggregateOutputType | null;
    _max: GuildStickyMessageButtonMaxAggregateOutputType | null;
    _min: GuildStickyMessageButtonMinAggregateOutputType | null;
    dbId: string;
    emojiUnicodeOrId: string | null;
    guildStickyMessageId: string;
    title: string;
    url: string | null;
}