UNPKG
codeowners-api
Version:
latest (2.0.0)
2.0.0
1.1.4
1.1.3
1.1.1
1.1.0
1.0.0
Simple module to interact with github codeowners
github.com/code-owners/codeowners-api
codeowners-api
/
lib
/
types.d.ts
9 lines
(8 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
type
RepoInfo
= {
repo
:
string
;
owner
:
string
; };
export
declare
type
MappedData
= {
path
:
string
;
owners
:
string
[]; };