Type Alias CFMessageEmbedCreateOrConnectWithoutFieldsInput

CFMessageEmbedCreateOrConnectWithoutFieldsInput: {
    create: XOR<CFMessageEmbedCreateWithoutFieldsInput, CFMessageEmbedUncheckedCreateWithoutFieldsInput>;
    where: CFMessageEmbedWhereUniqueInput;
}