Type Alias ClientUpdateToOneWithWhereWithoutLogRawDataForInput

ClientUpdateToOneWithWhereWithoutLogRawDataForInput: {
    data: XOR<ClientUpdateWithoutLogRawDataForInput, ClientUncheckedUpdateWithoutLogRawDataForInput>;
    where?: ClientWhereInput;
}