UNPKG

@atomist/automation-client

Version:

Atomist API for software low-level client

8 lines (4 loc) 110 B
import { Automations } from "./metadata"; export interface MetadataStore { automations: Automations; }