UNPKG

servertap-js

Version:

A TypeScript library for working with the ServerTap API

8 lines (7 loc) 144 B
export interface Plugin { name: string; enabled: boolean; version: string; authors: string[]; description: string; }