Type Alias WhatnotStreamer$isCurrentlyLiveArgs<ExtArgs>

WhatnotStreamer$isCurrentlyLiveArgs<ExtArgs>: {
    include?: WSCurrentlyLiveInclude<ExtArgs> | null;
    omit?: WSCurrentlyLiveOmit<ExtArgs> | null;
    select?: WSCurrentlyLiveSelect<ExtArgs> | null;
    where?: WSCurrentlyLiveWhereInput;
}

WhatnotStreamer.isCurrentlyLive

Type Parameters

Type declaration