interface Routes {
    posts: string;
    postsSummary: string;
    comments: string;
    commentsSummary: string;
    pages: string;
    pagesSummary: string;
}

Properties

posts: string

The default feed posts route.

postsSummary: string

The summary feed posts route.

comments: string

The default feed comments route.

commentsSummary: string

The summary feed comments route.

pages: string

The default feed pages route.

pagesSummary: string

The summary feed pages route.