mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-21 23:48:01 +00:00
8 lines
167 B
TypeScript
8 lines
167 B
TypeScript
// Copyright 2020 @polkadot/phishing authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
export interface HostList {
|
|
allow: string[];
|
|
deny: string[];
|
|
}
|