Interface GetDraftDocumentRequest

interface GetDraftDocumentRequest {
    documentId: string;
    draftId: string;
}

Hierarchy (View Summary)

Properties

Properties

documentId: string

The id of the notebook document.

draftId: string

The id of the draft the document belongs to.