Type Alias TWSMessageButtonMinAggregateOutputType

TWSMessageButtonMinAggregateOutputType: {
    dbId: string | null;
    emojiUnicodeOrId: string | null;
    title: string | null;
    twsCustomMessageId: string | null;
    url: string | null;
}