Type alias ManifestDocumentResponse

ManifestDocumentResponse: {
    document: ResearchObjectDocument;
    documentId: string;
}

Response from a manifest change request

Type declaration

  • document: ResearchObjectDocument

    The state of the manifest document

  • documentId: string

    The (internal) automerge ID of the manifest

Generated using TypeDoc