Type Alias SentDropCreateArgs<ExtArgs>

SentDropCreateArgs<ExtArgs>: {
    data: XOR<SentDropCreateInput, SentDropUncheckedCreateInput>;
    include?: SentDropInclude<ExtArgs> | null;
    omit?: SentDropOmit<ExtArgs> | null;
    select?: SentDropSelect<ExtArgs> | null;
}

SentDrop create

Type Parameters

Type declaration