Type Alias Client$changelogsArgs<ExtArgs>

Client$changelogsArgs<ExtArgs>: {
    cursor?: ClientChangelogWhereUniqueInput;
    distinct?: ClientChangelogScalarFieldEnum | ClientChangelogScalarFieldEnum[];
    include?: ClientChangelogInclude<ExtArgs> | null;
    omit?: ClientChangelogOmit<ExtArgs> | null;
    orderBy?: ClientChangelogOrderByWithRelationInput | ClientChangelogOrderByWithRelationInput[];
    select?: ClientChangelogSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: ClientChangelogWhereInput;
}

Client.changelogs

Type Parameters

Type declaration