Type Alias TSMessageWebhookIncludeUpdateManyAndReturn<ExtArgs>

TSMessageWebhookIncludeUpdateManyAndReturn<ExtArgs>: {
    tsCustomMessage?: boolean | TSMessageWebhook$tsCustomMessageArgs<ExtArgs>;
}

Type Parameters