Type Alias TSCustomMessageIncludeCreateManyAndReturn<ExtArgs>

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

Type Parameters