@aonic-ui/pipelines
Version:
The common library for all the components and utils related to Pipelines.
5 lines • 399 B
TypeScript
import { GetNextPage, TektonResultsOptions } from '../types/tekton-results';
import { TaskRunKind } from '../types';
import { TektonConfiguration } from '../types/k8s';
export declare const useTRTaskRuns: (namespace: string, config: TektonConfiguration, options?: TektonResultsOptions, cacheKey?: string) => [TaskRunKind[], boolean, unknown, GetNextPage];
//# sourceMappingURL=useTRTaskRuns.d.ts.map