Type Alias ClientChangelogUpdateManyAndReturnArgs<ExtArgs>

ClientChangelogUpdateManyAndReturnArgs<ExtArgs>: {
    data: XOR<ClientChangelogUpdateManyMutationInput, ClientChangelogUncheckedUpdateManyInput>;
    include?: ClientChangelogIncludeUpdateManyAndReturn<ExtArgs> | null;
    limit?: number;
    omit?: ClientChangelogOmit<ExtArgs> | null;
    select?: ClientChangelogSelectUpdateManyAndReturn<ExtArgs> | null;
    where?: ClientChangelogWhereInput;
}

ClientChangelog updateManyAndReturn

Type Parameters

Type declaration