interface BlogEntry {
    author: string;
    blog: string;
    entry_id: number;
    permlink: string;
    reblogged_on: string;
}

Properties

author: string
blog: string
entry_id: number
permlink: string
reblogged_on: string