UNPKG

xiot-core-xcp-ts

Version:
6 lines (5 loc) 170 B
import { KeyPair } from './KeyPair'; export interface XcpLTSKGetter { getDeviceKeypair(deviceId: string): KeyPair; getTypeKeyPair(deviceType: string): KeyPair; }