azurite
Version:
An open source Azure Storage API compatible server
13 lines • 407 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Batch Table Delete Entity Optional Params
*
* @export
* @class BatchTableDeleteEntityOptionalParams
* @implements {TableDeleteEntityOptionalParams}
*/
class BatchTableDeleteEntityOptionalParams {
}
exports.default = BatchTableDeleteEntityOptionalParams;
//# sourceMappingURL=BatchTableDeleteEntityOptionalParams.js.map
;