@dolittle/sdk.tenancy
Version:
Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.
13 lines • 339 B
TypeScript
import { TenantId } from '@dolittle/sdk.execution';
/**
* Represents a Tenant.
*/
export declare class Tenant {
readonly id: TenantId;
/**
* Initializes a new instance of {@link Tenant}.
* @param {TenantId} id - The identifier of the tenant.
*/
constructor(id: TenantId);
}
//# sourceMappingURL=Tenant.d.ts.map