Type Alias ClientCreateOrConnectWithoutLogRawDataForInput

ClientCreateOrConnectWithoutLogRawDataForInput: {
    create: XOR<ClientCreateWithoutLogRawDataForInput, ClientUncheckedCreateWithoutLogRawDataForInput>;
    where: ClientWhereUniqueInput;
}