UNPKG

@tsclass/tsclass

Version:

Provides TypeScript definitions for various business, financial, networking, content, and other common classes.

5 lines (4 loc) 76 B
export interface IDnsChallenge { hostName: string; challenge: string; }