Skip to content

Commit 64104c5

Browse files
authored
Update index.d.ts
1 parent 7c38845 commit 64104c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-client-core/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ declare module '@cubejs-client/core' {
979979

980980
export type TCubeHierarchy = {
981981
name: string;
982-
title: string;
982+
title?: string;
983983
levels: string[];
984984
public?: boolean;
985985
};

0 commit comments

Comments
 (0)