blob: 8e8f89c3240464623fc19d89725c88f427166036 [file] [log] [blame]
export interface Dhcp {
assignedIp: BigInteger;
mac: String;
leaseTime: BigInteger;
}