Type Alias TTSMessageButtonMaxAggregateOutputType

TTSMessageButtonMaxAggregateOutputType: {
    dbId: string | null;
    emojiUnicodeOrId: string | null;
    title: string | null;
    ttsCustomMessageId: string | null;
    url: string | null;
}