Type Alias ClientCreateNestedOneWithoutLogRawDataForInput

ClientCreateNestedOneWithoutLogRawDataForInput: {
    connect?: ClientWhereUniqueInput;
    connectOrCreate?: ClientCreateOrConnectWithoutLogRawDataForInput;
    create?: XOR<ClientCreateWithoutLogRawDataForInput, ClientUncheckedCreateWithoutLogRawDataForInput>;
}