Type Alias TWSCustomMessageIncludeCreateManyAndReturn<ExtArgs>

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

Type Parameters