interface ResponseRouteTcfVendorsGet {
    vendorListVersion: number;
    vendors: IntMap<Vendor & Pick<IVendorExtended, "deviceStorageDisclosure" | "additionalInformation" | "deviceStorageDisclosureViolation">>;
}

Hierarchy (view full)

Properties

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