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