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
/
src
/
types.ts
5 lines
(4 loc)
•
73 B
text/typescript
View Raw
1
2
3
4
5
export
interface
ITopicsAndAPIs
{
apis
:
string
[]
topic
:
string
}