Type Alias TTSMessageWebhookCreateManyAndReturnArgs<ExtArgs>

TTSMessageWebhookCreateManyAndReturnArgs<ExtArgs>: {
    data: TTSMessageWebhookCreateManyInput | TTSMessageWebhookCreateManyInput[];
    include?: TTSMessageWebhookIncludeCreateManyAndReturn<ExtArgs> | null;
    omit?: TTSMessageWebhookOmit<ExtArgs> | null;
    select?: TTSMessageWebhookSelectCreateManyAndReturn<ExtArgs> | null;
    skipDuplicates?: boolean;
}

TTSMessageWebhook createManyAndReturn

Type Parameters

Type declaration