mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 04:37:44 +02:00
Token moved to server-core
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
@@ -59,3 +59,10 @@ export interface FullTextAdapter {
|
||||
* @public
|
||||
*/
|
||||
export type FullTextAdapterFactory = (url: string, workspace: string) => Promise<FullTextAdapter>
|
||||
|
||||
/**
|
||||
* @public
|
||||
*/
|
||||
export interface Token {
|
||||
workspace: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user