updated commit model

This commit is contained in:
Wyatt J. Miller 2022-07-02 14:33:11 -04:00
parent 98ba5b4722
commit 14dfb31317

5
ModelsLib/Commit.fs Normal file
View File

@ -0,0 +1,5 @@
namespace DeskHubSharpRevised.Models
type Commit() =
member this.sha with get(): string = null
member this.url with get(): string = null