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 3193f6e commit 82832c7Copy full SHA for 82832c7
src/serializer.ts
@@ -1,5 +1,6 @@
1
-import { ObjectSerializer, V1ListMeta } from './api';
+import { ObjectSerializer } from './api';
2
import { V1ObjectMeta } from './gen/model/v1ObjectMeta';
3
+import { V1ListMeta } from './gen/model/v1ListMeta';
4
5
type AttributeType = {
6
name: string;
0 commit comments