Type Alias TSMessageWebhookCreateManyAndReturnArgs<ExtArgs>

TSMessageWebhookCreateManyAndReturnArgs<ExtArgs>: {
    data: TSMessageWebhookCreateManyInput | TSMessageWebhookCreateManyInput[];
    include?: TSMessageWebhookIncludeCreateManyAndReturn<ExtArgs> | null;
    omit?: TSMessageWebhookOmit<ExtArgs> | null;
    select?: TSMessageWebhookSelectCreateManyAndReturn<ExtArgs> | null;
    skipDuplicates?: boolean;
}

TSMessageWebhook createManyAndReturn

Type Parameters

Type declaration