updated naming

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-01-23 09:27:04 -06:00
parent dd311fc920
commit 508d02e7b9

View File

@ -8,6 +8,6 @@ extension Bool: Primitive {}
extension Array: Primitive where Element: Primitive {}
extension Dictionary: Primitive where Key == String, Value: Primitive {}
public protocol PrimitiveUserInfo {
public protocol UserInfoable {
var userInfo: [String: Primitive] { get set }
}