Type Alias YTSMessageWebhookCreateManyAndReturnArgs<ExtArgs>

YTSMessageWebhookCreateManyAndReturnArgs<ExtArgs>: {
    data: YTSMessageWebhookCreateManyInput | YTSMessageWebhookCreateManyInput[];
    include?: YTSMessageWebhookIncludeCreateManyAndReturn<ExtArgs> | null;
    omit?: YTSMessageWebhookOmit<ExtArgs> | null;
    select?: YTSMessageWebhookSelectCreateManyAndReturn<ExtArgs> | null;
    skipDuplicates?: boolean;
}

YTSMessageWebhook createManyAndReturn

Type Parameters

Type declaration