Interface WithCategoriesPost<E>

interface WithCategoriesPost<E> {
    count: number;
    post: E;
}

Type Parameters

Properties

Properties

count: number

Number of categories to which the current post relates.

post: E

The post resource.