Type Alias TSCurrentlyLiveInclude<ExtArgs>

TSCurrentlyLiveInclude<ExtArgs>: {
    twitchStreamer?: boolean | TSCurrentlyLive$twitchStreamerArgs<ExtArgs>;
}

Type Parameters