package NGCP::Panel::Utils::DataHalLink; use Moo; use Types::Standard qw(ArrayRef Bool HashRef InstanceOf Str); extends 'Data::HAL::Link'; 1;