// Copyright 2020 @polkadot/phishing authors & contributors // SPDX-License-Identifier: Apache-2.0 export interface HostList { allow: string[]; deny: string[]; }