mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
7 lines
105 B
C#
7 lines
105 B
C#
namespace SourceGit.Models
|
|
{
|
|
public interface IObjectId
|
|
{
|
|
string SHA { get; }
|
|
}
|
|
}
|