UNPKG

@blue-impact-engine/blue-impact-engine-client

Version:
8 lines 199 B
import TagEntity from "../tags/Tag"; export type ContentItem = { title: string; subtitle?: string; content?: any; tags?: Array<TagEntity>; }; //# sourceMappingURL=ContentItem.d.ts.map