Interface Publisher

This interface represents a publisher, including its optional name.

interface Publisher {
    name?: string;
}

Properties

Properties

name?: string

The optional name of the publisher