Token moved to server-core

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov
2021-08-28 09:08:41 +02:00
parent 64539d6aa7
commit fd6c4064c1
6 changed files with 22 additions and 19 deletions
+7
View File
@@ -59,3 +59,10 @@ export interface FullTextAdapter {
* @public
*/
export type FullTextAdapterFactory = (url: string, workspace: string) => Promise<FullTextAdapter>
/**
* @public
*/
export interface Token {
workspace: string
}