2016-04-12 20:18:15 +01:00

7 lines
162 B
TypeScript

import {DocumentEntity} from "./document.entity";
// contains only limited subset of available fields
export class FolderEntity {
items: DocumentEntity[];
}