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