Type Alias ClientChangelogIncludeCreateManyAndReturn<ExtArgs>

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

Type Parameters