UNPKG

@twin.org/context

Version:

Helper methods/classes for context handling

25 lines 634 B
// Copyright 2024 IOTA Stiftung. // SPDX-License-Identifier: Apache-2.0. /** * Default definition of some context keys. */ // eslint-disable-next-line @typescript-eslint/naming-convention export const ContextIdKeys = { /** * Standard property type definition for node. */ Node: "node", /** * Standard property type definition for tenant. */ Tenant: "tenant", /** * Standard property type definition for organization. */ Organization: "organization", /** * Standard property type definition for user. */ User: "user" }; //# sourceMappingURL=contextIdKeys.js.map