Type Alias TSCustomMessageIncludeUpdateManyAndReturn<ExtArgs>

TSCustomMessageIncludeUpdateManyAndReturn<ExtArgs>: {
    twitchStreamer?: boolean | TSCustomMessage$twitchStreamerArgs<ExtArgs>;
}

Type Parameters