Type Alias SentDropCreateManyAndReturnArgs<ExtArgs>

SentDropCreateManyAndReturnArgs<ExtArgs>: {
    data: SentDropCreateManyInput | SentDropCreateManyInput[];
    include?: SentDropIncludeCreateManyAndReturn<ExtArgs> | null;
    omit?: SentDropOmit<ExtArgs> | null;
    select?: SentDropSelectCreateManyAndReturn<ExtArgs> | null;
    skipDuplicates?: boolean;
}

SentDrop createManyAndReturn

Type Parameters

Type declaration