Type alias AccreditationPersonV2

AccreditationPersonV2: {
    @type: "AccreditationPerson";
    additionalName?: string;
    address?: util.v2.OneOrMore<PostalAddressV2>;
    birthDate?: string;
    email?: string;
    familyName?: string;
    givenName?: string;
    hasAccreditation: util.v2.OneOrMore<AccreditationV2>;
    identifier?: string | util.v2.OneOrMore<PropertyValueV2>;
    name?: string;
    nationality?: string;
}

Type declaration