Type Alias ClientChangelogInclude<ExtArgs>

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

Type Parameters