UNPKG

agora-rest-client

Version:
9 lines (8 loc) 218 B
import { DomainArea } from '../types'; import { Credential } from '../auth/auth'; export interface AgoraConfig { appId?: string; credential?: Credential; domainArea: DomainArea; httpTimeout?: number; }