update openaireLibrary repo
This commit is contained in:
parent
f4b31bcf86
commit
3d07cd7fd9
|
@ -7,6 +7,7 @@ export interface Page {
|
||||||
type: string;
|
type: string;
|
||||||
isEnabled: boolean;
|
isEnabled: boolean;
|
||||||
portalType: string;
|
portalType: string;
|
||||||
|
portalPid: string;
|
||||||
entities: Entity[] | string[];
|
entities: Entity[] | string[];
|
||||||
top: boolean;
|
top: boolean;
|
||||||
bottom: boolean;
|
bottom: boolean;
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 259ca4b5b17746c781b08dc1d0ee7b2a62d0faea
|
Subproject commit 97fc6f033a5e0da2206d810591a50b48a716aedd
|
Loading…
Reference in New Issue