added license model

This commit is contained in:
Wyatt J. Miller 2022-07-01 23:01:20 -04:00
parent dc34b7eccd
commit f119b44551

8
ModelsLib/License.fs Normal file
View File

@ -0,0 +1,8 @@
namespace DeskHubSharpRevised.Models
type License() =
member this.key with get() = null
member this.name with get() = null
member this.spdx_id with get() = null
member this.url with get() = null
member this.node_id with get() = null