Update packages/core/data-transfer/src/engine/validation/schemas/index.ts

Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
This commit is contained in:
Ben Irvin 2023-04-14 10:58:39 +02:00 committed by GitHub
parent 1133153903
commit 4dd7a3ff07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
import { Schema } from '@strapi/strapi';
import type { Schema } from '@strapi/strapi';
import { isArray, isObject, reject } from 'lodash/fp';
import type { Diff } from '../../../utils/json';
import * as utils from '../../../utils';