Type Alias CFMessageButtonMinAggregateOutputType

CFMessageButtonMinAggregateOutputType: {
    cfCustomMessageId: string | null;
    dbId: string | null;
    emojiUnicodeOrId: string | null;
    title: string | null;
    url: string | null;
}