Skip to content

Commit

Permalink
remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Apr 20, 2022
1 parent 82685b8 commit 994739c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions superset-frontend/src/types/bootstrapTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 994739c

Please sign in to comment.