UNPKG

physical

Version:

virtual physical network infrastructure layer interface

6 lines (4 loc) 109 B
import {Handshake} from "./Handshake"; export interface ACK extends Handshake{ protocol: string; }