Type Alias TTSMessageWebhookIncludeUpdateManyAndReturn<ExtArgs>

TTSMessageWebhookIncludeUpdateManyAndReturn<ExtArgs>: {
    ttsCustomMessage?: boolean | TTSMessageWebhook$ttsCustomMessageArgs<ExtArgs>;
}

Type Parameters