Type alias CreateDraftResponse

CreateDraftResponse: {
    documentId: string;
    hash: string;
    node: NodeResponse;
    ok: boolean;
    uri: string;
    version: NodeVersion;
}

Nodes backend response after creating a draft, containing information about the state of the draft node.

Type declaration

  • documentId: string
  • hash: string
  • node: NodeResponse
  • ok: boolean
  • uri: string
  • version: NodeVersion

Generated using TypeDoc