Type Alias YTSMessageButtonMaxAggregateOutputType

YTSMessageButtonMaxAggregateOutputType: {
    dbId: string | null;
    emojiUnicodeOrId: string | null;
    title: string | null;
    url: string | null;
    ytsCustomMessageId: string | null;
}