mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[AAE-11496] Make aca-shared buildable (#2916)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright © 2005 - 2021 Alfresco Software, Ltd. All rights reserved.
|
||||
*
|
||||
* License rights for this program may be obtained from Alfresco Software, Ltd.
|
||||
* pursuant to a written agreement and any use of this program without such an
|
||||
* agreement is prohibited.
|
||||
*/
|
||||
|
||||
import { MinimalNodeEntity, MinimalNodeEntryEntity } from '@alfresco/js-api';
|
||||
|
||||
export abstract class DocumentBasePageService {
|
||||
abstract canUpdateNode(node: MinimalNodeEntity): boolean;
|
||||
abstract canUploadContent(node: MinimalNodeEntryEntity): boolean;
|
||||
}
|
Reference in New Issue
Block a user