CycloneDX JavaScript Library - Web - v10.2.0
    Preparing search index...

    Interface OptionalPostalAddressProperties

    interface OptionalPostalAddressProperties {
        country?: string;
        locality?: string;
        postalCode?: string;
        postOfficeBoxNumber?: string;
        region?: string;
        streetAddress?: string;
    }
    Index
    country?: string
    locality?: string
    postalCode?: string
    postOfficeBoxNumber?: string
    region?: string
    streetAddress?: string