Type alias AMLListV2

AMLListV2: {
    @type: "AMLList";
    author?: util.v2.OneOrMore<OrganizationV2>;
    identifier?: string;
    name?: string;
    url?: string;
}

Type declaration