Skip to content

Commit

Permalink
use import type
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Mar 28, 2023
1 parent 40a62a3 commit 15ad0a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Side Public License, v 1.
*/

import { BulkOperationContainer } from '@elastic/elasticsearch/lib/api/types';
import type { BulkOperationContainer } from '@elastic/elasticsearch/lib/api/types';
import type { BulkOperation } from '../model/create_batches';

export const redactBulkOperationBatches = (
Expand Down

0 comments on commit 15ad0a4

Please sign in to comment.