Type Alias SentDropCreateManyDropInputEnvelope

SentDropCreateManyDropInputEnvelope: {
    data: SentDropCreateManyDropInput | SentDropCreateManyDropInput[];
    skipDuplicates?: boolean;
}