UNPKG

@atomist/automation-client

Version:

Atomist API for software low-level client

5 lines 150 B
import { Automations } from "./metadata"; export interface MetadataStore { automations: Automations; } //# sourceMappingURL=MetadataStore.d.ts.map