Type Alias TWSCustomMessageIncludeUpdateManyAndReturn<ExtArgs>

TWSCustomMessageIncludeUpdateManyAndReturn<ExtArgs>: {
    twitterStreamer?: boolean | TWSCustomMessage$twitterStreamerArgs<ExtArgs>;
}

Type Parameters