Added meathods to ref log

This commit is contained in:
Dolan 2017-06-07 00:32:18 +01:00
parent bf5f2294ca
commit cc2fd5a8d8

View File

@ -20,4 +20,8 @@ export class Reflog {
}
export class ReflogEntry {
committer(): Signature;
idNew(): Oid;
idOld(): Oid;
message(): string;
}