Type Alias TWSCurrentlyLiveCreateManyAndReturnArgs<ExtArgs>

TWSCurrentlyLiveCreateManyAndReturnArgs<ExtArgs>: {
    data: TWSCurrentlyLiveCreateManyInput | TWSCurrentlyLiveCreateManyInput[];
    include?: TWSCurrentlyLiveIncludeCreateManyAndReturn<ExtArgs> | null;
    omit?: TWSCurrentlyLiveOmit<ExtArgs> | null;
    select?: TWSCurrentlyLiveSelectCreateManyAndReturn<ExtArgs> | null;
    skipDuplicates?: boolean;
}

TWSCurrentlyLive createManyAndReturn

Type Parameters

Type declaration