interface GraphDeserializationResult {
    graph?: ImportedDocumentGraph;
    status: AddResultStatus;
}

Properties

Properties