Type Alias WhatnotStreamerInclude<ExtArgs>

WhatnotStreamerInclude<ExtArgs>: {
    _count?: boolean | WhatnotStreamerCountOutputTypeDefaultArgs<ExtArgs>;
    customMessages?: boolean | WhatnotStreamer$customMessagesArgs<ExtArgs>;
    isCurrentlyLive?: boolean | WhatnotStreamer$isCurrentlyLiveArgs<ExtArgs>;
    statsChannelIds?: boolean | WhatnotStreamer$statsChannelIdsArgs<ExtArgs>;
}

Type Parameters