import { Employee } from '@hcengineering/contact' import { Ref, WorkspaceDataId, WorkspaceUuid } from '@hcengineering/core' import { DocumentSpace } from '@hcengineering/controlled-documents' import { StorageAdapter } from '@hcengineering/server-core' import { HtmlConversionBackend } from './convert/convert' export interface Config { doc: string token: string collaborator?: string collaboratorURL: string uploadURL: string workspaceId: WorkspaceUuid workspaceDataId?: WorkspaceDataId owner: Ref backend: HtmlConversionBackend space: Ref storageAdapter: StorageAdapter specFile?: string }