Type Alias CFCustomMessageUpdateToOneWithWhereWithoutEmbedInput

CFCustomMessageUpdateToOneWithWhereWithoutEmbedInput: {
    data: XOR<CFCustomMessageUpdateWithoutEmbedInput, CFCustomMessageUncheckedUpdateWithoutEmbedInput>;
    where?: CFCustomMessageWhereInput;
}