АРХ - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: устойчивое хранение layout-блоков карточки в detail_layout

This commit is contained in:
DCCONSTRUCTIONS
2026-04-25 18:06:05 +03:00
parent 4ed63cac4e
commit eac010d3d4
16 changed files with 693 additions and 136 deletions
@@ -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;