External source import completed with tests

This commit is contained in:
Matteo Perelli
2020-06-24 10:16:30 +02:00
parent c2c650fa1a
commit 43f5e08530
21 changed files with 681 additions and 54 deletions

View File

@@ -24,7 +24,7 @@ interface CollectionListEntryItem {
/**
* An interface to represent an entry in the collection list
*/
interface CollectionListEntry {
export interface CollectionListEntry {
communities: CollectionListEntryItem[],
collection: CollectionListEntryItem
}