Skip to content

Commit 1a87e58

Browse files
committed
Added a todo
1 parent 5b57c55 commit 1a87e58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

widgets/src/lib/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export type Step = {
3232
status: Status;
3333
};
3434

35+
// @todo This can be any object (the the keys and the value types are not static).
3536
type MetaDataItem = {
3637
branch: string;
3738
cpr: string;

0 commit comments

Comments
 (0)