feat: add Admin layout
This commit is contained in:
@@ -105,28 +105,6 @@ export interface ProjectMember {
|
||||
canDeleteDocuments: boolean
|
||||
}
|
||||
|
||||
export interface ProjectOverview {
|
||||
project: Project
|
||||
memberCount: number
|
||||
documentCount: number
|
||||
taskCountsByStatus: Record<string, number>
|
||||
recentTasks: RecentTask[]
|
||||
recentDocuments: RecentDocument[]
|
||||
}
|
||||
|
||||
export interface RecentTask {
|
||||
id: string
|
||||
title: string
|
||||
status: string
|
||||
updatedAt: string
|
||||
}
|
||||
|
||||
export interface RecentDocument {
|
||||
id: string
|
||||
title: string
|
||||
updatedAt: string
|
||||
}
|
||||
|
||||
export interface DocumentNode {
|
||||
id: string
|
||||
parentId: string | null
|
||||
|
||||
Reference in New Issue
Block a user