mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
chore: add activity_count
This commit is contained in:
+1
@@ -5,6 +5,7 @@ export type BasePhase = {
|
|||||||
name: string;
|
name: string;
|
||||||
is_active: boolean;
|
is_active: boolean;
|
||||||
category: string;
|
category: string;
|
||||||
|
activity_count: number;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type Phase = BaseMetadata & BasePhase;
|
export type Phase = BaseMetadata & BasePhase;
|
||||||
|
|||||||
Reference in New Issue
Block a user