Skip to content

Commit 722e4cf

Browse files
authored
typo (#4964)
1 parent 96e5f2e commit 722e4cf

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)