АРХ - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: устойчивое хранение layout-блоков карточки в detail_layout
This commit is contained in:
@@ -92,6 +92,7 @@ type IssueRelation = {
|
||||
|
||||
export type TIssue = TBaseIssue & {
|
||||
description_html?: string;
|
||||
detail_layout?: Record<string, unknown> | null;
|
||||
is_subscribed?: boolean;
|
||||
created_by_avatar_url?: string | null;
|
||||
created_by_detail?: Pick<IUserLite, "id" | "display_name" | "avatar_url"> | null;
|
||||
|
||||
Reference in New Issue
Block a user