Skip to content

Commit

Permalink
[ILM] Add types to linkedIndices
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliacech committed Aug 31, 2020
1 parent 5e9fe67 commit e5cac75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export interface PolicyFromES {
name: string;
policy: SerializedPolicy;
version: number;
linkedIndices?: any[];
linkedIndices?: string[];
}

export interface SerializedPhase {
Expand Down

0 comments on commit e5cac75

Please sign in to comment.