UNPKG

@circleci/circleci-config-sdk

Version:

An SDK for building CircleCI Configuration files with JavaScript.

8 lines 264 B
import { GenerableType } from '../../../Config/exports/Mapping'; /** * Interface for evaluating generable component's properties. */ export interface Evaluable<ResultType> { evaluate(ctx?: GenerableType): ResultType; } //# sourceMappingURL=Evaluable.d.ts.map