// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. export * from "./generatedModels"; export * from "./models"; export * from "./sas"; export { TableServiceClient } from "./TableServiceClient"; export { TableTransaction } from "./TableTransaction"; export { TableClient } from "./TableClient"; export { odata } from "./odata"; export { AzureNamedKeyCredential, AzureSASCredential } from "@azure/core-auth"; export { RestError } from "@azure/core-rest-pipeline"; //# sourceMappingURL=index.js.map