mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove CatalogEntityItem
Signed-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com>
This commit is contained in:
parent
6fe1809e3d
commit
c0532865c6
@ -27,10 +27,9 @@ import type { Cluster } from "../../main/cluster";
|
|||||||
import { ClusterStore } from "../../common/cluster-store";
|
import { ClusterStore } from "../../common/cluster-store";
|
||||||
import { Disposer, iter } from "../utils";
|
import { Disposer, iter } from "../utils";
|
||||||
import { once } from "lodash";
|
import { once } from "lodash";
|
||||||
import type { CatalogEntityItem } from "../../renderer/components/+catalog/catalog-entity-item";
|
|
||||||
|
|
||||||
export type EntityFilter = (entity: CatalogEntity) => any;
|
export type EntityFilter = (entity: CatalogEntity) => any;
|
||||||
export type CatalogEntityOnRunHook = (entity: CatalogEntity | CatalogEntityItem<CatalogEntity>) => boolean | Promise<boolean>;
|
export type CatalogEntityOnRunHook = (entity: CatalogEntity) => boolean | Promise<boolean>;
|
||||||
|
|
||||||
type CatalogEntityUid = CatalogEntity["metadata"]["uid"];
|
type CatalogEntityUid = CatalogEntity["metadata"]["uid"];
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user