There was an error while loading. Please reload this page.
Instead of:
export type ManagedBy = | 'Index Lifecycle Management' | 'Data stream lifecycle' | 'Unmanaged'
validation should suggest:
enum ManagedBy { 'Index Lifecycle Management', 'Data stream lifecycle', 'Unmanaged' }
cc @swallez