/** The type of asset for which the list applies.. */ export declare enum DefectAssetType { /** Defect list that applies to any asset. */ All = "All", /** Defect list for a {@link IDevice}. */ Device = "Device", /** Defect list for a {@link ITrailer}. */ Trailer = "Trailer" } //# sourceMappingURL=defect_asset_type.d.ts.map