Type Alias ClientChangelogDefaultArgs<ExtArgs>

ClientChangelogDefaultArgs<ExtArgs>: {
    include?: ClientChangelogInclude<ExtArgs> | null;
    omit?: ClientChangelogOmit<ExtArgs> | null;
    select?: ClientChangelogSelect<ExtArgs> | null;
}

ClientChangelog without action

Type Parameters

Type declaration