UNPKG

xiot-core-xcp-ts

Version:
5 lines (4 loc) 132 B
import { XcpSessionKey } from './common/XcpSessionKey'; export interface XcpClientVerifier { start(): Promise<XcpSessionKey>; }