refactor: change Content type to JToken for MC

This commit is contained in:
Andrew Welker
2024-01-30 13:24:27 -06:00
parent 8883fc329e
commit d6b32f48c7

View File

@@ -50,7 +50,7 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
object ClientId { get; }
[JsonProperty("content")]
object Content { get; }
JToken Content { get; }
}