UNPKG

@darlean/base

Version:

Base types and definitions for creating Darlean actors and suites

8 lines (7 loc) 226 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ACTOR_LOCK_SERVICE = void 0; /** * Actor type for Actor Lock Service */ exports.ACTOR_LOCK_SERVICE = 'io.darlean.ActorLockService';