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

Properties

discord?: string

A Discord username for the author

email?: string

The author email address

name: string

The author name

url?: string

A website url for the author