Interface Post

A reference to a Tumblr post.

interface Post {
    id: string;
}

Properties

Properties

id: string