Type Alias GuildStickyMessageButtonMinAggregateOutputType

GuildStickyMessageButtonMinAggregateOutputType: {
    dbId: string | null;
    emojiUnicodeOrId: string | null;
    guildStickyMessageId: string | null;
    title: string | null;
    url: string | null;
}