package main

type Commit struct {
	Sha string `json:"sha"`
	Url string `json:"url"`
}
