UNPKG

@sphereon/ssi-sdk.data-store

Version:

13 lines 451 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IAbstractMachineStateStore = void 0; /** * Represents an abstract class for storing machine states. * This class provides methods for persisting, retrieving, and deleting machine states. * * @interface */ class IAbstractMachineStateStore { } exports.IAbstractMachineStateStore = IAbstractMachineStateStore; //# sourceMappingURL=IAbstractMachineStateStore.js.map