Type Alias ClientCreateOrConnectWithoutChangelogsInput

ClientCreateOrConnectWithoutChangelogsInput: {
    create: XOR<ClientCreateWithoutChangelogsInput, ClientUncheckedCreateWithoutChangelogsInput>;
    where: ClientWhereUniqueInput;
}