diff --git a/ModelsLib/License.fs b/ModelsLib/License.fs new file mode 100644 index 0000000..ff2a6a1 --- /dev/null +++ b/ModelsLib/License.fs @@ -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 \ No newline at end of file