chore: add activity_count

This commit is contained in:
ValdiANS
2026-01-09 15:30:58 +07:00
parent cc8f258c41
commit e9a1f4298f
+1
View File
@@ -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;