Skip to content

Commit 44f69e1

Browse files
committed
Added some to-dos
1 parent 5b57c55 commit 44f69e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

widgets/src/lib/types.ts

Lines changed: 2 additions & 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;
@@ -56,6 +57,7 @@ export type RawData = {
5657

5758
export type ProgressData = {
5859
columns: Column[];
60+
// @todo The raw run data will be removed shortly.
5961
data: RawData[];
6062
rows: Array<Array<Step>>;
6163
};

0 commit comments

Comments
 (0)