updated commit model
This commit is contained in:
parent
98ba5b4722
commit
14dfb31317
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
|
Loading…
Reference in New Issue
Block a user