Type Alias KickStreamer$isCurrentlyLiveArgs<ExtArgs>

KickStreamer$isCurrentlyLiveArgs<ExtArgs>: {
    include?: KSCurrentlyLiveInclude<ExtArgs> | null;
    omit?: KSCurrentlyLiveOmit<ExtArgs> | null;
    select?: KSCurrentlyLiveSelect<ExtArgs> | null;
    where?: KSCurrentlyLiveWhereInput;
}

KickStreamer.isCurrentlyLive

Type Parameters

Type declaration