Skip to content

Commit d65c954

Browse files
typo (#4964) (#4965)
(cherry picked from commit 722e4cf) Co-authored-by: Laura Trotta <[email protected]>
1 parent 2f0756f commit d65c954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/cat/_types/CatBase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ export type CatDatafeedColumns = CatDatafeedColumn | CatDatafeedColumn[]
12851285
export type CatNodeColumns = CatNodeColumn | CatNodeColumn[]
12861286
export type CatRecoveryColumns = CatRecoveryColumn | CatRecoveryColumn[]
12871287
export type CatSegmentsColumns = CatSegmentsColumn | CatSegmentsColumn[]
1288-
export type CatSnapshotsColumns = CatSnapshotsColumn | CatNodeColumn[]
1288+
export type CatSnapshotsColumns = CatSnapshotsColumn | CatSnapshotsColumn[]
12891289

12901290
export enum CatTrainedModelsColumn {
12911291
/**

0 commit comments

Comments
 (0)