UNPKG

firmament-yargs

Version:

Typescript classes for building CLI node applications

5 lines (4 loc) 127 B
import {RemoteCatalogEntry} from "./remote-catalog-entry"; export interface RemoteCatalog { entries: RemoteCatalogEntry[]; }