Type Alias TWSMessageWebhookIncludeUpdateManyAndReturn<ExtArgs>

TWSMessageWebhookIncludeUpdateManyAndReturn<ExtArgs>: {
    twsCustomMessage?: boolean | TWSMessageWebhook$twsCustomMessageArgs<ExtArgs>;
}

Type Parameters