UNPKG
@grnsft/if-github-plugin
Version:
latest (0.0.1)
0.0.1
Github plugin for Impact Framework.
greensoftware.foundation
@grnsft/if-github-plugin
/
src
/
lib
/
types.ts
15 lines
(12 loc)
•
195 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
type
Clone
= {
count
:
number
;
uniques
:
number
;
timestamp
:
string
; };
export
type
ClonesResponse
= {
clones
:
Clone
[];
count
:
number
; };
export
type
SizeResponse
= {
size
:
number
; };