mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#70 better component partitioning
This commit is contained in:
@@ -26,6 +26,7 @@ export class NodePagingList {
|
||||
entries: MinimalNodeEntity[];
|
||||
}
|
||||
|
||||
// TODO: rename to NodeMinimalEntry
|
||||
export class MinimalNodeEntity {
|
||||
entry: MinimalNodeEntryEntity;
|
||||
}
|
||||
@@ -38,6 +39,7 @@ export class Pagination {
|
||||
maxItems: number;
|
||||
}
|
||||
|
||||
// TODO: rename to NodeMinimal
|
||||
export class MinimalNodeEntryEntity {
|
||||
id: string;
|
||||
parentId: string;
|
||||
|
Reference in New Issue
Block a user