Type Alias CSMessageButtonMinAggregateOutputType

CSMessageButtonMinAggregateOutputType: {
    csCustomMessageId: string | null;
    dbId: string | null;
    emojiUnicodeOrId: string | null;
    title: string | null;
    url: string | null;
}