diff --git a/common/dashboard.ts b/common/dashboard.ts index 8f7746fa..4b172040 100644 --- a/common/dashboard.ts +++ b/common/dashboard.ts @@ -6,7 +6,6 @@ export type Dashboard = { content: JSONContent creatorId: string // User id createdTime: number - lastUpdatedTime: number slug: string }