diff --git a/packages/core/strapi/lib/types/core/attributes/base.d.ts b/packages/core/strapi/lib/types/core/attributes/base.d.ts index 2cd84e3400..860d12cad7 100644 --- a/packages/core/strapi/lib/types/core/attributes/base.d.ts +++ b/packages/core/strapi/lib/types/core/attributes/base.d.ts @@ -29,7 +29,7 @@ export type AttributeType = /** * Most basic shape of a schema attribute */ -export interface Attribute { +export interface Attribute { /** * Type of the attribute */