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
/
dist
/
plugins
/
interfaces.d.ts
8 lines
(7 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
Plugin
{
name
:
string
;
enabled
:
boolean
;
version
:
string
;
authors
:
string
[];
description
:
string
; }