Type Alias TTSMessageEmbedCountAggregateInputType

TTSMessageEmbedCountAggregateInputType: {
    _all?: true;
    author?: true;
    authorIcon?: true;
    color?: true;
    dbId?: true;
    description?: true;
    footer?: true;
    footerIcon?: true;
    image?: true;
    thumbnail?: true;
    title?: true;
    ttsCustomMessageId?: true;
    url?: true;
}