Type Alias TwitchStreamerInclude<ExtArgs>

TwitchStreamerInclude<ExtArgs>: {
    _count?: boolean | TwitchStreamerCountOutputTypeDefaultArgs<ExtArgs>;
    customMessages?: boolean | TwitchStreamer$customMessagesArgs<ExtArgs>;
    isCurrentlyLive?: boolean | TwitchStreamer$isCurrentlyLiveArgs<ExtArgs>;
    statsChannelIds?: boolean | TwitchStreamer$statsChannelIdsArgs<ExtArgs>;
}

Type Parameters