Files
tsclass/ts/network/dnschallenge.ts
2020-02-09 16:38:22 +00:00

4 lines
75 B
TypeScript

export interface IDnsChallenge {
hostName: string;
challenge: string;
}