UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

11 lines 290 B
import { RemoteRepoRef } from "@atomist/automation-client/lib/operations/common/RepoId"; /** * Basic config for all parameter creation */ export interface GeneratorConfig { /** * The seed repo */ seed: () => RemoteRepoRef; } //# sourceMappingURL=GeneratorConfig.d.ts.map