Type alias DocCreationRequest

DocCreationRequest: {
    doc?: string;
}

Type declaration

  • Optional doc?: string

    The ID of the document to create. If not provided, a random ID will be generated.

Generated using TypeDoc