Skip to content

Type Alias: ContentTypeUID

ts
type ContentTypeUID = `${string}::${string}.${string}`;

Defined in: common.ts:56

A Strapi content type uid, e.g. "api::article.article".