diff --git a/web/src/index.ts b/web/src/index.ts index 3982194d18..d781f968c6 100644 --- a/web/src/index.ts +++ b/web/src/index.ts @@ -6,7 +6,9 @@ import { languages } from './kernels' import * as sessions from './sessions' import { ProjectId } from './types' -export type { Document, Session } from '@stencila/stencila' +export type { Document, Patch, Session } from '@stencila/stencila' +export * as client from './client' +export type { Client } from './client' export * as documents from './documents' export * as patches from './patches'