UNPKG

servertap-js

Version:

A TypeScript library for working with the ServerTap API

7 lines 143 B
export interface Plugin { name: string; enabled: boolean; version: string; authors: string[]; description: string; };