feat: 대시보드 목록에 생성자 컬럼 추가

This commit is contained in:
dohyeons
2025-12-01 11:07:35 +09:00
parent 64c11d548c
commit ad0a84f2c3
3 changed files with 21 additions and 2 deletions

View File

@@ -90,6 +90,7 @@ export interface Dashboard {
thumbnailUrl?: string;
isPublic: boolean;
createdBy: string;
createdByName?: string;
createdAt: string;
updatedAt: string;
tags?: string[];
@@ -97,6 +98,7 @@ export interface Dashboard {
viewCount: number;
elementsCount?: number;
creatorName?: string;
companyCode?: string;
elements?: DashboardElement[];
settings?: {
resolution?: string;