Files
phishing/src/types.ts
T
2020-09-21 14:59:46 +02:00

8 lines
167 B
TypeScript

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