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 1569073 commit bbb5975Copy full SHA for bbb5975
src/app/component/activity-description/activity-description.component.ts
@@ -11,18 +11,6 @@ export interface implementation {
11
description: string;
12
}
13
14
-export interface cardSchema {
15
- UUID: string;
16
- Dimension: string;
17
- SubDimension: string;
18
- Level: string;
19
- 'Done%': number;
20
- Activity: activitySchema[];
21
-}
22
-export interface activitySchema {
23
- activityName: string;
24
- teamsImplemented: any;
25
26
export interface activityDescription {
27
dimension: string;
28
subDimension: string;
0 commit comments