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 5b57c55 commit 1a87e58Copy full SHA for 1a87e58
widgets/src/lib/types.ts
@@ -32,6 +32,7 @@ export type Step = {
32
status: Status;
33
};
34
35
+// @todo This can be any object (the the keys and the value types are not static).
36
type MetaDataItem = {
37
branch: string;
38
cpr: string;
0 commit comments