Type alias DocCreationResult

DocCreationResult: {
    doc: string;
}

Schema of object returned after a successful document creation.

Type declaration

  • doc: string

    A unique identifier for the created document.

Generated using TypeDoc