Represents an author in the blog.

interface Author {
    email: string;
    name: string;
    uri: string;
    gd$image: RawAuthorImage;
}

Properties

Properties

email: string

The author's email address.

name: string

The author's name.

uri: string

The url of the author's profile.

gd$image: RawAuthorImage

The image of the author.