Type Alias TwitterStreamer$isCurrentlyLiveArgs<ExtArgs>

TwitterStreamer$isCurrentlyLiveArgs<ExtArgs>: {
    include?: TWSCurrentlyLiveInclude<ExtArgs> | null;
    omit?: TWSCurrentlyLiveOmit<ExtArgs> | null;
    select?: TWSCurrentlyLiveSelect<ExtArgs> | null;
    where?: TWSCurrentlyLiveWhereInput;
}

TwitterStreamer.isCurrentlyLive

Type Parameters

Type declaration