UNPKG
git-notify
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
Communicate important updates to your team via git commit messages
jevakallio/git-notify
git-notify
/
dist
/
types.d.ts
8 lines
(7 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
type
Lifecycle
=
'merge'
|
'rewrite'
|
'checkout'
|
'since'
;
export
declare
type
Flags
= {
simple
:
boolean
|
void
;
toast
:
boolean
|
void
;
prefix
:
string
;
color
:
string
; };