Skip to content

Commit d33f18e

Browse files
committed
Types - VueUiAgePyramid - Fix incorrect typing for VueUiAgePyramidDataset
1 parent 8f28490 commit d33f18e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/vue-data-ui.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2630,12 +2630,12 @@ declare module "vue-data-ui" {
26302630
dataset: VueUiSparkbarDatasetItem[];
26312631
}>;
26322632

2633-
export type VueUiAgePyramidDatasetRow = {
2633+
export type VueUiAgePyramidDatasetRow = [
26342634
year: string,
26352635
rank: number,
26362636
v1: number | null,
26372637
v2: number | null
2638-
}
2638+
]
26392639

26402640
export type VueUiAgePyramidDataset = VueUiAgePyramidDatasetRow[];
26412641

0 commit comments

Comments
 (0)