[WEB-3251] improvement: optimize projects API (#6542)
This commit is contained in:
parent
c14fb814c4
commit
10b5c625ef
52 changed files with 535 additions and 316 deletions
|
|
@ -20,8 +20,8 @@ type BlockData = {
|
|||
id: string;
|
||||
name: string;
|
||||
sort_order: number | null;
|
||||
start_date: string | undefined | null;
|
||||
target_date: string | undefined | null;
|
||||
start_date?: string | undefined | null;
|
||||
target_date?: string | undefined | null;
|
||||
};
|
||||
|
||||
export interface IBaseTimelineStore {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue