Type Alias RSCurrentlyLiveCreateManyArgs<ExtArgs>

RSCurrentlyLiveCreateManyArgs<ExtArgs>: {
    data: RSCurrentlyLiveCreateManyInput | RSCurrentlyLiveCreateManyInput[];
    skipDuplicates?: boolean;
}

RSCurrentlyLive createMany

Type Parameters

Type declaration