Type Alias TWSMessageEmbedIncludeUpdateManyAndReturn<ExtArgs>

TWSMessageEmbedIncludeUpdateManyAndReturn<ExtArgs>: {
    twsCustomMessage?: boolean | TWSMessageEmbed$twsCustomMessageArgs<ExtArgs>;
}

Type Parameters