Type Alias KSEmbedFieldCreateOrConnectWithoutKsMessageEmbedInput

KSEmbedFieldCreateOrConnectWithoutKsMessageEmbedInput: {
    create: XOR<KSEmbedFieldCreateWithoutKsMessageEmbedInput, KSEmbedFieldUncheckedCreateWithoutKsMessageEmbedInput>;
    where: KSEmbedFieldWhereUniqueInput;
}