Skip to content

Commit

Permalink
fix(@cubejs-core): make the type definitions a little less strict fix c…
Browse files Browse the repository at this point in the history
  • Loading branch information
cbroome committed Dec 17, 2020
1 parent 835d4a7 commit 9078f53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cubejs-client-core/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,6 @@ declare module '@cubejs-client/core' {

export interface TimeDimensionRanged extends TimeDimensionBase {
dateRange: string | string[];
compareDateRange?: never;
}

export type TimeDimension = TimeDimensionComparison | TimeDimensionRanged;
Expand Down

0 comments on commit 9078f53

Please sign in to comment.