Type alias GenericOrgType

GenericOrgType: {
    @type: string;
    address?: util.v2.OneOrMore<string | PostalAddressV2>;
    name?: string;
}

Type declaration