Type Alias ClientChangelogUpdateManyWithWhereWithoutClientInput

ClientChangelogUpdateManyWithWhereWithoutClientInput: {
    data: XOR<ClientChangelogUpdateManyMutationInput, ClientChangelogUncheckedUpdateManyWithoutClientInput>;
    where: ClientChangelogScalarWhereInput;
}