UNPKG
@blue-impact-engine/blue-impact-engine-client
Version:
latest (0.0.7-alpha)
0.0.7-alpha
0.0.6-alpha
0.0.5-alpha
0.0.4-alpha
0.0.2-alpha
0.0.1-alpha
Blue Impact Engine API Client
gitlab.com/balean-oss/blue-impact-engine/blue-impact-engine-client
@blue-impact-engine/blue-impact-engine-client
/
client
/
dist
/
domains
/
content
/
ContentItem.d.ts
8 lines
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
TagEntity
from
"../tags/Tag"
;
export
type
ContentItem
= {
title
:
string
;
subtitle
?:
string
;
content
?:
any
;
tags
?:
Array
<
TagEntity
>; };
//# sourceMappingURL=ContentItem.d.ts.map