Options for a batch request for a standalone client.
const options: BatchOptions = { timeout: 5000, // 5 seconds}; Copy
const options: BatchOptions = { timeout: 5000, // 5 seconds};
Options for a batch request for a standalone client.