// Copyright © 2022 Rangeproof Pty Ltd. All rights reserved. import Foundation enum UpdateTypes: String { case reaction = "r" }