Files
tsclass/ts/network/dnschallenge.ts
2020-02-20 22:13:57 +00:00

5 lines
76 B
TypeScript

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