Type alias PostContent

PostContent: {
    aggregate: PostContentAggregate;
    text: string | null;
    tree: SimplifiedElement | null;
}

Post content data, aggregations, statistics and simplified html tree.

Type declaration

Generated using TypeDoc