Skip to content

Commit

Permalink
fix(@cubejs-client/core): add missing Series.shortTitle typing (#5860)
Browse files Browse the repository at this point in the history
  • Loading branch information
euljr committed Dec 29, 2022
1 parent 88a3bcb commit 5dd78b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cubejs-client-core/index.d.ts
Expand Up @@ -261,6 +261,7 @@ declare module '@cubejs-client/core' {
export type Series<T> = {
key: string;
title: string;
shortTitle: string;
series: T[];
};

Expand Down

0 comments on commit 5dd78b9

Please sign in to comment.