UNPKG

290 BTypeScriptView Raw
1import { RemoteRepoRef } from "@atomist/automation-client/lib/operations/common/RepoId";
2/**
3 * Basic config for all parameter creation
4 */
5export interface GeneratorConfig {
6 /**
7 * The seed repo
8 */
9 seed: () => RemoteRepoRef;
10}
11//# sourceMappingURL=GeneratorConfig.d.ts.map
\No newline at end of file