Type alias CreateDraftResponse
CreateDraftResponse: { documentId: string; hash: string; node: NodeResponse; ok: boolean; uri: string; version: NodeVersion; } Type declaration
documentId: string
hash: string
ok: boolean
uri: string
version: NodeVersion
Nodes backend response after creating a draft, containing information about the state of the draft node.