Type Alias WSMessageButtonMaxAggregateOutputType

WSMessageButtonMaxAggregateOutputType: {
    dbId: string | null;
    emojiUnicodeOrId: string | null;
    title: string | null;
    url: string | null;
    wsCustomMessageId: string | null;
}