Type alias CloseDeviceTunnelByIdArg

CloseDeviceTunnelByIdArg: {
    deviceId: string;
    tunnelUuid: string;
}

Type declaration

  • deviceId: string
  • tunnelUuid: string