Type Alias WSMessageWebhookCreateManyAndReturnArgs<ExtArgs>

WSMessageWebhookCreateManyAndReturnArgs<ExtArgs>: {
    data: WSMessageWebhookCreateManyInput | WSMessageWebhookCreateManyInput[];
    include?: WSMessageWebhookIncludeCreateManyAndReturn<ExtArgs> | null;
    omit?: WSMessageWebhookOmit<ExtArgs> | null;
    select?: WSMessageWebhookSelectCreateManyAndReturn<ExtArgs> | null;
    skipDuplicates?: boolean;
}

WSMessageWebhook createManyAndReturn

Type Parameters

Type declaration