@topgroup/diginext
Version:
A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.
12 lines • 317 B
TypeScript
type SearchAppOptions = {
projectSlug?: string;
repoSSH?: string;
question?: string;
/**
* @default true
*/
canSkip?: boolean;
};
export declare function searchApps(options: SearchAppOptions): Promise<import("../../entities").IApp[]>;
export {};
//# sourceMappingURL=search-apps.d.ts.map