UNPKG
servertap-js
Version:
latest (0.0.1-dev)
0.0.1
0.0.1-dev
A TypeScript library for working with the ServerTap API
servertap-js
/
src
/
plugins
/
interfaces.ts
7 lines
•
143 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
interface
Plugin
{
name
:
string
;
enabled
:
boolean
;
version
:
string
;
authors
:
string
[];
description
:
string
; };