devowl-wp
    Preparing search index...
    interface ResponseRouteTcfVendorsGet {
        vendorListVersion: number;
        vendors: IntMap<
            Vendor & Pick<
                IVendorExtended,
                | "deviceStorageDisclosure"
                | "additionalInformation"
                | "deviceStorageDisclosureViolation",
            >,
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    vendorListVersion: number
    vendors: IntMap<
        Vendor & Pick<
            IVendorExtended,
            | "deviceStorageDisclosure"
            | "additionalInformation"
            | "deviceStorageDisclosureViolation",
        >,
    >