Type Alias ClientChangelogUpdateManyArgs<ExtArgs>

ClientChangelogUpdateManyArgs<ExtArgs>: {
    data: XOR<ClientChangelogUpdateManyMutationInput, ClientChangelogUncheckedUpdateManyInput>;
    limit?: number;
    where?: ClientChangelogWhereInput;
}

ClientChangelog updateMany

Type Parameters

Type declaration