[WEB-5647] chore: list layout work item identifier enhancements (#8326)

This commit is contained in:
Anmol Singh Bhatia 2025-12-12 19:21:29 +05:30 committed by GitHub
parent 1b427392c4
commit 2ac5efe2f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 43 additions and 3 deletions

View file

@ -51,6 +51,7 @@ export interface IProject extends IPartialProject {
is_favorite?: boolean;
members?: string[];
timezone?: string;
next_work_item_sequence?: number;
}
export type TProjectAnalyticsCountParams = {