Files
deskhubsharprevised/ModelsLib/Commit.fs
2022-07-02 14:33:11 -04:00

5 lines
145 B
Forth

namespace DeskHubSharpRevised.Models
type Commit() =
member this.sha with get(): string = null
member this.url with get(): string = null