We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53178dc commit c595d2fCopy full SHA for c595d2f
specification/indices/get_alias/_types/response.ts
@@ -17,10 +17,10 @@
17
* under the License.
18
*/
19
20
+import { integer } from '@_types/Numeric'
21
import { AliasDefinition } from '@indices/_types/AliasDefinition'
22
import { AdditionalProperties } from '@spec_utils/behaviors'
23
import { Dictionary } from '@spec_utils/Dictionary'
-import { integer } from '@_types/Numeric'
24
25
export class IndexAliases {
26
aliases: Dictionary<string, AliasDefinition>
0 commit comments