Type fixes

This commit is contained in:
CWX
2025-01-24 12:27:57 +00:00
parent 8cc8300a70
commit 9cf43cda89
6 changed files with 10 additions and 37 deletions
@@ -9,7 +9,7 @@ public record AddItemDirectRequest
/// Item and child mods to add to player inventory
/// </summary>
[JsonPropertyName("itemWithModsToAdd")]
public List<HideoutItem>? ItemWithModsToAdd { get; set; }
public List<Item>? ItemWithModsToAdd { get; set; }
[JsonPropertyName("foundInRaid")]
public bool? FoundInRaid { get; set; }