1
0

62063: JSDocs and comments

This commit is contained in:
Kristof De Langhe
2019-04-30 17:24:58 +02:00
parent 41e55d8d44
commit 369a6dfaea
7 changed files with 48 additions and 0 deletions

View File

@@ -20,5 +20,8 @@ export interface BrowseByConfig extends Config {
*/
defaultLowerLimit: number;
/**
* A list of all the active Browse-By pages
*/
types: BrowseByTypeConfig[];
}