diff --git a/superset-frontend/src/types/bootstrapTypes.ts b/superset-frontend/src/types/bootstrapTypes.ts index 8918ea848904..3feb32f7a0b2 100644 --- a/superset-frontend/src/types/bootstrapTypes.ts +++ b/superset-frontend/src/types/bootstrapTypes.ts @@ -40,15 +40,6 @@ export interface UserWithPermissionsAndRoles extends User { export type UndefinedUser = {}; -export type Dashboard = { - dttm: number; - id: number; - url: string; - title: string; - creator?: string; - creator_url?: string; -}; - export type DashboardData = { dashboard_title?: string; created_on_delta_humanized?: string;