ФУНКЦИИ - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: filestorage upload и preview вложений
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user