UNPKG

pjss

Version:

The script for lazy people 😴

8 lines (5 loc) • 131 B
import { Setup } from "../Setup"; export interface SetupAdapter { create(setup: Setup): void; list(filterByType?: string); }