Interface SeedUser

interface SeedUser {
    address?: string;
    administrative?: string;
    city?: string;
    company?: string;
    email?: string;
    name: string;
    postal?: string;
    signature?: string;
    tel?: string;
}

Properties

address?: string

Street and unit address of where the company is located.

administrative?: string

Province or county where the company is located.

city?: string

City where the company is located.

company?: string

Name of the company.

email?: string

User or company email addresss.

name: string

Full name of the person who generated the run, e.g. Jane Doe.

postal?: string

Postal code of the company.

signature?: string

URL link to a public png file of the user stamp, signature, or both to feature on the report

tel?: string

User or company telephone number, with area code and optionally country code.