Type Alias CFMessageEmbedUpdateToOneWithWhereWithoutFieldsInput

CFMessageEmbedUpdateToOneWithWhereWithoutFieldsInput: {
    data: XOR<CFMessageEmbedUpdateWithoutFieldsInput, CFMessageEmbedUncheckedUpdateWithoutFieldsInput>;
    where?: CFMessageEmbedWhereInput;
}