Type Alias TWSCurrentlyLiveInclude<ExtArgs>

TWSCurrentlyLiveInclude<ExtArgs>: {
    twitterStreamer?: boolean | TWSCurrentlyLive$twitterStreamerArgs<ExtArgs>;
}

Type Parameters