Type Alias CFCustomMessageUpdateToOneWithWhereWithoutButtonsInput

CFCustomMessageUpdateToOneWithWhereWithoutButtonsInput: {
    data: XOR<CFCustomMessageUpdateWithoutButtonsInput, CFCustomMessageUncheckedUpdateWithoutButtonsInput>;
    where?: CFCustomMessageWhereInput;
}