UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

5 lines 226 B
import { ReleaseHistoryArray } from '../../infrastructure'; export declare function getProjectReleases(props: { releaseHistory: ReleaseHistoryArray; }): Promise<string[]>; //# sourceMappingURL=get-release-versions.d.ts.map