[AAE-7801] Export TaskListCloudServiceInterface and BaseCloudService (#7546)

This commit is contained in:
siva kumar 2022-03-08 17:47:16 +05:30 committed by GitHub
parent 736ec5d92f
commit 6ce7bb7769
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,3 +21,5 @@ export * from './cloud-token.service';
export * from './notification-cloud.service';
export * from './preference-cloud.interface';
export * from './form-fields.interfaces';
export * from './base-cloud.service';
export * from './task-list-cloud.service.interface';