We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd64c9 commit f8d0da7Copy full SHA for f8d0da7
src/types.ts
@@ -12,3 +12,5 @@ export interface KubernetesListObject<T extends KubernetesObject> {
12
metadata?: V1ListMeta;
13
items: T[];
14
}
15
+
16
+export type IntOrString = number | string;
0 commit comments