Magpie HTML - v0.1.3
    Preparing search index...

    Interface FeedAuthor

    Feed author information.

    Represents author/contributor information normalized across all feed formats. Not all formats provide all fields.

    interface FeedAuthor {
        name?: string;
        email?: string;
        url?: string;
    }
    Index

    Properties

    Properties

    name?: string

    Author's name

    email?: string

    Author's email address

    url?: string

    Author's website URL