alwaysai
Version:
The alwaysAI command-line interface (CLI)
10 lines • 371 B
TypeScript
export declare function fetchAppReleaseHistoryComponent(props: {
yes: boolean;
project: string;
}): Promise<import("../../infrastructure").ReleaseHistoryArray>;
export declare function appReleasePullComponent(props: {
yes: boolean;
project: string;
releaseHash?: string;
}): Promise<string | undefined>;
//# sourceMappingURL=release-component.d.ts.map