UNPKG

contensis-core-api

Version:

A dependency library used by contensis-delivery-api and contensis-management-api

6 lines (3 loc) 128 B
import { ContentTypeBase } from './ContentTypeBase'; export interface Component extends ContentTypeBase<'component'> { }