We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eaf0ac commit af110ecCopy full SHA for af110ec
2 files changed
src/index.ts
@@ -17,4 +17,5 @@ export {
17
store,
18
authn,
19
authSession
20
-}
+}
21
+
src/types.ts
@@ -94,7 +94,7 @@ export interface InboxLogic {
94
}
95
96
export interface TypeIndexLogic {
97
- getRegistrations: (instance, theClass) => Promise<NamedNode>,
+ getRegistrations: (instance, theClass) => Node[],
98
loadTypeIndexesFor: (user: NamedNode) => Promise<Array<TypeIndexScope>>,
99
loadCommunityTypeIndexes: (user: NamedNode) => Promise<TypeIndexScope[][]>,
100
loadAllTypeIndexes: (user: NamedNode) => Promise<Array<TypeIndexScope>>,
0 commit comments