Interface BlogInfo

Information about a particular blog on Tumblr.

interface BlogInfo {
    name: string;
    url: string;
    uuid: string;
}

Properties

Properties

name: string

The blog's username.

url: string

The blog's URL.

uuid: string

The blog's UUID.