diff options
author | mehekj <mehek.jethani@gmail.com> | 2022-08-24 20:07:42 -0400 |
---|---|---|
committer | mehekj <mehek.jethani@gmail.com> | 2022-08-24 20:07:42 -0400 |
commit | 02fe10d4a15cb5f72f77da88dc7e1fa4b39346c5 (patch) | |
tree | 3060fd68ae554a9a5e10f81302fd02835e46df6a /src/client/documents/DocumentTypes.ts | |
parent | 14a938e8bf543ddaf7b8a9ae0c35cd725b5bdb77 (diff) |
added schema row doctype
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 9dfadf778..c9b42f2b9 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -39,6 +39,7 @@ export enum DocumentType { SEARCHITEM = 'searchitem', COMPARISON = 'comparison', GROUP = 'group', + SCHEMAROW = 'schemarow', LINKDB = 'linkdb', // database of links ??? why do we have this SCRIPTDB = 'scriptdb', // database of scripts @@ -63,5 +64,5 @@ export enum CollectionViewType { Grid = 'grid', Pile = 'pileup', StackedTimeline = 'stacked timeline', - NoteTaking = "notetaking" + NoteTaking = 'notetaking', } |