Merge pull request #5923 from ChantsovaEkaterina/improvement/public-api-asset-models

[3.3.3] UI: asset models added to public api
This commit is contained in:
Igor Kulikov 2022-01-20 12:01:58 +02:00 committed by GitHub
commit f4ba4b35d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ export * from './telemetry/telemetry.models';
export * from './time/time.models';
export * from './alarm.models';
export * from './alias.models';
export * from './asset.models';
export * from './audit-log.models';
export * from './authority.enum';
export * from './base-data';