Skip to content

Commit

Permalink
fix import of old type from lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Jun 30, 2021
1 parent 3f56f07 commit 4443643
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* 2.0.
*/

import { PutLifecycleRequest } from '@elastic/elasticsearch/api/types';
import { IlmPutLifecycleRequest } from '@elastic/elasticsearch/api/types';

export const reportingIlmPolicy: PutLifecycleRequest['body'] = {
export const reportingIlmPolicy: IlmPutLifecycleRequest['body'] = {
policy: {
phases: {
hot: {
Expand Down

0 comments on commit 4443643

Please sign in to comment.