aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-04-11 18:20:53 -0400
committerbobzel <zzzman@gmail.com>2021-04-11 18:20:53 -0400
commitcc41e1e5e8bf6cfb1710cc1acd2a3cad711554d0 (patch)
tree51d6c028032032972811597f9f3674d747c40a93 /src
parent607e219255efbe2961bc23d5bd296c810e39e8d1 (diff)
added declaration for idToDoc so that edits to doc lists can be made in kvp
Diffstat (limited to 'src')
-rw-r--r--src/client/util/type_decls.d1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/util/type_decls.d b/src/client/util/type_decls.d
index 3b23d5d56..ac0bea46a 100644
--- a/src/client/util/type_decls.d
+++ b/src/client/util/type_decls.d
@@ -215,5 +215,6 @@ declare const Docs: {
StackingDocument(documents: Doc[], options?: DocumentOptions): Doc;
};
+declare function idToDoc(id:string):any;
declare function assignDoc(doc:Doc, field:any, id:any):string;
declare function d(...args:any[]):any;