type Action = "read" | "write"; Copy
type Action = "read" | "write";
Type representing possible actions for ClientState operations. Used in dispatch to determine whether to read or write the state.