Type alias DocCreationResult

DocCreationResult: {
    docId: string;
}

Schema of object returned after a successful document creation.

Type declaration

  • docId: string

    A unique identifier for the created document.