Type Alias GuildMessageButtonMinAggregateOutputType

GuildMessageButtonMinAggregateOutputType: {
    dbId: string | null;
    emojiUnicodeOrId: string | null;
    guildCustomMessageId: string | null;
    title: string | null;
    url: string | null;
}