interface FolderDto {
    content: FolderContentDto;
    metadata: FolderMetadataDto;
}

Properties

Properties

Generated using TypeDoc