UNPKG

s-bit-agent

Version:

s.BitAgent is a simple Bitwarden CLI wrapper which provides a SSH2 Key Agent solution for Bitwarden.

14 lines 504 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RequestCacheClear = void 0; const handler_1 = require("../../types/handler"); class RequestCacheClear { constructor() { this.messageType = handler_1.SBitAgentMessageType.REQUEST_CACHE_CLEAR; } async handle(message, prefix, agentService, client) { throw new Error("Method not implemented."); } } exports.RequestCacheClear = RequestCacheClear; //# sourceMappingURL=RequestCacheClear.js.map