Skip to content

Commit d17ed94

Browse files
committed
Fix indexName declaration
1 parent 3ac9131 commit d17ed94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/security/_types/Privileges.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
import { Dictionary } from '@spec_utils/Dictionary'
2121
import { UserDefinedValue } from '@spec_utils/UserDefinedValue'
22-
import { Id, Indices, Names } from '@_types/common'
22+
import { Id, IndexName, Indices, Names } from '@_types/common'
2323
import { QueryContainer } from '@_types/query_dsl/abstractions'
2424
import { ScriptLanguage } from '@_types/Scripting'
2525
import { FieldSecurity } from './FieldSecurity'

0 commit comments

Comments
 (0)