Type Alias CFEmbedFieldUpdateWithWhereUniqueWithoutCfMessageEmbedInput

CFEmbedFieldUpdateWithWhereUniqueWithoutCfMessageEmbedInput: {
    data: XOR<CFEmbedFieldUpdateWithoutCfMessageEmbedInput, CFEmbedFieldUncheckedUpdateWithoutCfMessageEmbedInput>;
    where: CFEmbedFieldWhereUniqueInput;
}