ФУНКЦИИ - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: filestorage upload и preview вложений

This commit is contained in:
DCCONSTRUCTIONS
2026-04-25 13:05:03 +03:00
parent 5f2d543cab
commit c4032e3040
43 changed files with 982 additions and 127 deletions
@@ -14,6 +14,7 @@ export type TIssueAttachment = {
};
asset_url: string;
issue_id: string;
created_at?: string;
// required
updated_at: string;
updated_by: string;
@@ -34,6 +34,8 @@ export interface IWorkspace {
total_projects?: number;
role: number;
timezone: string;
storage_file_size_limit_enabled: boolean;
storage_file_size_limit: number;
}
export interface IWorkspaceLite {