Type Alias RSCurrentlyLiveCreateManyAndReturnArgs<ExtArgs>

RSCurrentlyLiveCreateManyAndReturnArgs<ExtArgs>: {
    data: RSCurrentlyLiveCreateManyInput | RSCurrentlyLiveCreateManyInput[];
    include?: RSCurrentlyLiveIncludeCreateManyAndReturn<ExtArgs> | null;
    omit?: RSCurrentlyLiveOmit<ExtArgs> | null;
    select?: RSCurrentlyLiveSelectCreateManyAndReturn<ExtArgs> | null;
    skipDuplicates?: boolean;
}

RSCurrentlyLive createManyAndReturn

Type Parameters

Type declaration