Skip to content

Commit a23afec

Browse files
committed
fix: duplicated type
1 parent 7a114fb commit a23afec

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/shared/src/types/query.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,3 @@ export interface QueryBuilderCatalogItem {
5050
defaultLimit?: number;
5151
meta?: QueryBuilderMeta;
5252
}
53-
54-
export interface ParameterWithDates {
55-
name: string;
56-
start_date?: string;
57-
end_date?: string;
58-
granularity?: 'daily' | 'hourly';
59-
}

0 commit comments

Comments
 (0)