Type Alias TTSCustomMessageIncludeUpdateManyAndReturn<ExtArgs>

TTSCustomMessageIncludeUpdateManyAndReturn<ExtArgs>: {
    tiktokStreamer?: boolean | TTSCustomMessage$tiktokStreamerArgs<ExtArgs>;
}

Type Parameters