1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Export KubeJsonApiData

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-07-06 14:31:01 -04:00
parent afef5dfa3c
commit 447c2141dd

View File

@ -34,6 +34,10 @@ export {
type KubeStatusData,
} from "../../common/k8s-api/kube-object";
export {
type KubeJsonApiData,
} from "../../common/k8s-api/kube-json-api";
export {
KubeObjectStore,
type JsonPatch,