Type Alias YTSMessageButtonMinAggregateOutputType

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