/** * Addrlabel info. * @category Interfaces */ export interface AddrlabelInfo { address: string; prefixlen: number; label: number; }