Type Alias RSMessageButtonMinAggregateOutputType

RSMessageButtonMinAggregateOutputType: {
    dbId: string | null;
    emojiUnicodeOrId: string | null;
    rsCustomMessageId: string | null;
    title: string | null;
    url: string | null;
}