@prorobotech/openapi-k8s-toolkit 0.0.1-alpha.58 → 0.0.1-alpha.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -18,6 +18,7 @@ export type TFactoryDataK8s<T extends TItemTypeMap> = {
|
|
|
18
18
|
urlsToFetch: string[];
|
|
19
19
|
withScrollableMainContentCard?: boolean;
|
|
20
20
|
data: TRenderableItem<T>[];
|
|
21
|
+
sidebarTags?: string[];
|
|
21
22
|
};
|
|
22
23
|
export type TFactoryResource<T extends TItemTypeMap> = {
|
|
23
24
|
apiVersion: string;
|
package/package.json
CHANGED