Type Alias TWSMessageWebhookCreateManyAndReturnArgs<ExtArgs>

TWSMessageWebhookCreateManyAndReturnArgs<ExtArgs>: {
    data: TWSMessageWebhookCreateManyInput | TWSMessageWebhookCreateManyInput[];
    include?: TWSMessageWebhookIncludeCreateManyAndReturn<ExtArgs> | null;
    omit?: TWSMessageWebhookOmit<ExtArgs> | null;
    select?: TWSMessageWebhookSelectCreateManyAndReturn<ExtArgs> | null;
    skipDuplicates?: boolean;
}

TWSMessageWebhook createManyAndReturn

Type Parameters

Type declaration