updated commit model
This commit is contained in:
5
ModelsLib/Commit.fs
Normal file
5
ModelsLib/Commit.fs
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
namespace DeskHubSharpRevised.Models
|
||||||
|
|
||||||
|
type Commit() =
|
||||||
|
member this.sha with get(): string = null
|
||||||
|
member this.url with get(): string = null
|
Reference in New Issue
Block a user