UNPKG

contensis-core-api

Version:

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

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