diff --git a/packages/core/strapi/lib/types/core/strapi/index.d.ts b/packages/core/strapi/lib/types/core/strapi/index.d.ts index 47b68bc14b..2b638168eb 100644 --- a/packages/core/strapi/lib/types/core/strapi/index.d.ts +++ b/packages/core/strapi/lib/types/core/strapi/index.d.ts @@ -1,5 +1,5 @@ import type { Database } from '@strapi/database'; -import type { Comomn, EntityService, Shared } from '@strapi/strapi'; +import type { Common, EntityService, Shared } from '@strapi/strapi'; // TODO move custom fields types to a separate file interface CustomFieldServerOptions {