/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ /* * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outFileLegacyAlpha legacyAlpha --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli. */ /** * This library defines the interfaces required to implement and/or communicate * with a data store. * * @packageDocumentation */ export { // #region @legacyBeta APIs IChannel, IChannelAttributes, IChannelFactory, IChannelServices, IChannelStorageService, IDeltaConnection, IDeltaHandler, IDeltaManagerErased, IFluidDataStoreRuntime, IFluidDataStoreRuntimeEvents, Internal_InterfaceOfJsonableTypesWith, Jsonable, JsonableTypeWith, Serializable // #endregion } from "./index.js";