Type Alias TwitterStreamerInclude<ExtArgs>

TwitterStreamerInclude<ExtArgs>: {
    _count?: boolean | TwitterStreamerCountOutputTypeDefaultArgs<ExtArgs>;
    customMessages?: boolean | TwitterStreamer$customMessagesArgs<ExtArgs>;
    isCurrentlyLive?: boolean | TwitterStreamer$isCurrentlyLiveArgs<ExtArgs>;
    statsChannelIds?: boolean | TwitterStreamer$statsChannelIdsArgs<ExtArgs>;
}

Type Parameters