Skip to content

Commit 464627a

Browse files
typo (#4964) (#4966)
(cherry picked from commit 722e4cf) Co-authored-by: Laura Trotta <153528055+l-trotta@users.noreply.github.com>
1 parent f0d9384 commit 464627a

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)