Type Alias SentDropCreateManyArgs<ExtArgs>

SentDropCreateManyArgs<ExtArgs>: {
    data: SentDropCreateManyInput | SentDropCreateManyInput[];
    skipDuplicates?: boolean;
}

SentDrop createMany

Type Parameters

Type declaration