Type Alias ClientChangelogIncludeUpdateManyAndReturn<ExtArgs>

ClientChangelogIncludeUpdateManyAndReturn<ExtArgs>: {
    client?: boolean | ClientChangelog$clientArgs<ExtArgs>;
}

Type Parameters