UNPKG

@wireapp/api-client

Version:

Wire API Client to send and receive data.

12 lines (11 loc) 320 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Context = (function () { function Context(userId, clientId, clientType) { this.userId = userId; this.clientId = clientId; this.clientType = clientType; } return Context; }()); exports.Context = Context;