Interface GetAllDesignDocumentOptions

interface GetAllDesignDocumentOptions {
    timeout?: number;
}

Properties

Properties

timeout?: number

The timeout for this operation, represented in milliseconds.