diff --git a/packages/core/strapi/lib/types/core/uid.d.ts b/packages/core/strapi/lib/types/core/uid.d.ts index 6b82294bbb..3a088e2531 100644 --- a/packages/core/strapi/lib/types/core/uid.d.ts +++ b/packages/core/strapi/lib/types/core/uid.d.ts @@ -58,7 +58,7 @@ export type ContentType = StringSuffix< * * Warning: Can cause overlap with other UID formats. */ -export type Component = `${string}.${string}`; +export type Component = `${T}.${N}`; /** * Represents any UID