UNPKG
api-collector
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
As simple as it gets
github.com/michael-spengler/api-collector
michael-spengler/api-collector
api-collector
/
dist
/
types.d.ts
5 lines
(4 loc)
•
75 B
TypeScript
View Raw
1
2
3
4
5
export
interface
ITopicsAndAPIs
{
apis
:
string
[];
topic
:
string
; }