We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 888ed46 + 28ef2df commit 9142b74Copy full SHA for 9142b74
src/libs/Ideogram/Generated/JsonSerializerContextTypes.g.cs
@@ -14,6 +14,14 @@ public sealed partial class JsonSerializerContextTypes
14
///
15
/// </summary>
16
public global::System.Collections.Generic.Dictionary<string, string>? StringStringDictionary { get; set; }
17
+ /// <summary>
18
+ ///
19
+ /// </summary>
20
+ public global::System.Collections.Generic.Dictionary<string, object>? StringObjectDictionary { get; set; }
21
22
23
24
+ public global::System.Text.Json.JsonElement? JsonElement { get; set; }
25
26
/// <summary>
27
0 commit comments