Type Alias KSCurrentlyLiveCreateArgs<ExtArgs>

KSCurrentlyLiveCreateArgs<ExtArgs>: {
    data: XOR<KSCurrentlyLiveCreateInput, KSCurrentlyLiveUncheckedCreateInput>;
    include?: KSCurrentlyLiveInclude<ExtArgs> | null;
    omit?: KSCurrentlyLiveOmit<ExtArgs> | null;
    select?: KSCurrentlyLiveSelect<ExtArgs> | null;
}

KSCurrentlyLive create

Type Parameters

Type declaration