Type Alias TWSMessageWebhookIncludeCreateManyAndReturn<ExtArgs>

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

Type Parameters