diff --git a/src/models/index.ts b/src/models/index.ts index 16f979fd..8f337943 100644 --- a/src/models/index.ts +++ b/src/models/index.ts @@ -87,6 +87,7 @@ export interface DocMeta { editable?: boolean; contributors?: Contributor[]; author?: Contributor; + __system?: Record } export interface TocData {