interface PackageAuthorData {
    name: string;
    email: string;
    url: string;
    discord: string;
}

Properties

Properties

name: string

The author name

email: string

The author email address

url: string

A website url for the author

discord: string

A Discord username for the author