@aonic-ui/pipelines
Version:
The common library for all the components and utils related to Pipelines.
4 lines • 622 B
TypeScript
import { GetNextPage, RecordsList, TektonResultsOptions } from '../types/tekton-results';
import { K8sResourceCommon, TektonConfiguration } from '../types/k8s';
export declare const useTektonResultsRuns: <Kind extends K8sResourceCommon>(getRuns: (namespace: string, config: TektonConfiguration, options?: TektonResultsOptions, nextPageToken?: string, cacheKey?: string) => Promise<[Kind[], RecordsList, (boolean | undefined)?]>, namespace: string, config: TektonConfiguration, options?: TektonResultsOptions, cacheKey?: string) => [Kind[], boolean, unknown, GetNextPage];
//# sourceMappingURL=useTektonResultsRuns.d.ts.map