diff --git a/packages/core/strapi/lib/types/core/attributes/common.d.ts b/packages/core/strapi/lib/types/core/attributes/common.d.ts index ac18b037d4..78a515b253 100644 --- a/packages/core/strapi/lib/types/core/attributes/common.d.ts +++ b/packages/core/strapi/lib/types/core/attributes/common.d.ts @@ -72,13 +72,3 @@ export type Any = | Attribute.Time | Attribute.Timestamp | Attribute.UID; - -export type PopulatableKind = Extract< - Attribute.Kind, - 'relation' | 'component' | 'dynamiczone' | 'media' ->; - -export type NonPopulatableKind = Exclude< - Attribute.Kind, - 'relation' | 'component' | 'dynamiczone' | 'media' ->; diff --git a/packages/core/strapi/lib/types/core/attributes/uid.d.ts b/packages/core/strapi/lib/types/core/attributes/uid.d.ts index da830f74ac..a40768b7fc 100644 --- a/packages/core/strapi/lib/types/core/attributes/uid.d.ts +++ b/packages/core/strapi/lib/types/core/attributes/uid.d.ts @@ -16,9 +16,6 @@ export interface UIDProperties< options: UIDOptions & TOptions; } -/** - * @param {Common.UID.Schema} [_TOrigin] - */ export type UID< // TODO: V5: // The TOrigin was used to narrow down the list of possible target attribute for a