Interface Blog

Blog information

interface Blog {
    comments_enabled: boolean;
    created_on: string;
    feedburner_url?: string;
    handle: string;
    id: number;
    moderated: boolean;
    tags?: string[];
    template_suffix?: string;
    title: string;
    updated_on: string;
}

Properties

comments_enabled: boolean

Comments setting

created_on: string

Creation timestamp

feedburner_url?: string

Feed URL

handle: string

URL handle for the blog

id: number

Unique identifier

moderated: boolean

Whether blog allows guests to comment

tags?: string[]

Tags list

template_suffix?: string

Default article template

title: string

Blog title

updated_on: string

Last update timestamp