index
:
githermit
master
A modern Git web interface
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
api
/
src
/
misc.d.ts
blob: 70ab6318e2315dfa516454ec36ab09051769fb29 (
plain
)
1
2
3
4
export
interface
Author
{
name
:
string
,
email
:
string
,
}