Type Alias ClientLogRawDataUpdateWithWhereUniqueWithoutClientInput

ClientLogRawDataUpdateWithWhereUniqueWithoutClientInput: {
    data: XOR<ClientLogRawDataUpdateWithoutClientInput, ClientLogRawDataUncheckedUpdateWithoutClientInput>;
    where: ClientLogRawDataWhereUniqueInput;
}