@dolittle/sdk.resources
Version:
Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.
14 lines (11 loc) • 667 B
text/typescript
// Copyright (c) Dolittle. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
export * as Internal from './Internal/_exports';
export * as MongoDB from './MongoDB/_exports';
export { FailedToGetResourceForTenant } from './FailedToGetResourceForTenant';
export { IResources } from './IResources';
export { IResourcesBuilder } from './IResourcesBuilder';
export { ResourceName, ResourceNameLike } from './ResourceName';
export { Resources } from './Resources';
export { ResourcesBuilder } from './ResourcesBuilder';
export { ResourcesNotFetchedForTenant } from './ResourcesNotFetchedForTenant';