Type Alias ClientUpdateToOneWithWhereWithoutBlogsInput

ClientUpdateToOneWithWhereWithoutBlogsInput: {
    data: XOR<ClientUpdateWithoutBlogsInput, ClientUncheckedUpdateWithoutBlogsInput>;
    where?: ClientWhereInput;
}