Interface BlogAttribution

Attributes something to a specific Tumblr blog.

interface BlogAttribution {
    blog: BlogInfo;
    type: "blog";
}

Properties

Properties

blog: BlogInfo

The blog to which this is attributed.

type