Type Alias TSEmbedFieldCreateOrConnectWithoutTsMessageEmbedInput

TSEmbedFieldCreateOrConnectWithoutTsMessageEmbedInput: {
    create: XOR<TSEmbedFieldCreateWithoutTsMessageEmbedInput, TSEmbedFieldUncheckedCreateWithoutTsMessageEmbedInput>;
    where: TSEmbedFieldWhereUniqueInput;
}