Skip to content

textmode.export.js / TextmodeDocumentJSON

Type Alias: TextmodeDocumentJSON

ts
type TextmodeDocumentJSON = 
  | TextmodeSelectedDocumentJSON
  | TextmodeAllDocumentJSON;

JSON document exported by the JSON exporter.