Type Alias ClientUpdateToOneWithWhereWithoutChangelogsInput

ClientUpdateToOneWithWhereWithoutChangelogsInput: {
    data: XOR<ClientUpdateWithoutChangelogsInput, ClientUncheckedUpdateWithoutChangelogsInput>;
    where?: ClientWhereInput;
}