Not Complete - Still Adding Feedbacks, Bridge, and JoinMaps

This commit is contained in:
Trevor Payne
2020-05-14 17:20:19 -05:00
parent 7882210eaf
commit aef491855c
3 changed files with 182 additions and 117 deletions

View File

@@ -19,5 +19,8 @@ namespace PepperDash.Essentials.DM.Config
[JsonProperty("inputs")]
public Dictionary<string, InputPropertiesConfig> Inputs { get; set; }
[JsonProperty("outputs"]
public Dictionary<string, OutputPropertiesConfig>
}
}