Type Alias TTSMessageEmbedIncludeUpdateManyAndReturn<ExtArgs>

TTSMessageEmbedIncludeUpdateManyAndReturn<ExtArgs>: {
    ttsCustomMessage?: boolean | TTSMessageEmbed$ttsCustomMessageArgs<ExtArgs>;
}

Type Parameters