From 6eacbaf0b7fd96b59cd2a72bb2dd2d3d922fae28 Mon Sep 17 00:00:00 2001 From: Convly Date: Wed, 6 Jul 2022 16:02:07 +0200 Subject: [PATCH] Remove useless generic type parameter from the parameter type definition --- packages/core/strapi/lib/types/core/attributes/base.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */