UNPKG

azurite

Version:

An open source Azure Storage API compatible server

14 lines 440 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Batch Table Insert Entity Optional Params * * @export * @class BatchTableInsertEntityOptionalParams * @implements {TableInsertEntityOptionalParams} * @implements {IOptionalParams} */ class BatchTableInsertEntityOptionalParams { } exports.default = BatchTableInsertEntityOptionalParams; //# sourceMappingURL=BatchTableInsertEntityOptionalParams.js.map