Skip to content

Commit

Permalink
Style but good
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidan committed Oct 16, 2023
1 parent fc0e582 commit f399b84
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions specification/_types/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ export type Metrics = string | string[]
export type ClusterAlias = string

export type ManagedBy =
| "Index Lifecycle Management"
| "Data Stream Lifecycle"
| "Unmanaged";
| 'Index Lifecycle Management'
| 'Data Stream Lifecycle'
| 'Unmanaged'

export type Name = string
export type Names = Name | Name[]
Expand Down

0 comments on commit f399b84

Please sign in to comment.