interface QQPlatform {
    password: string;
    spec?: string;
    username: string;
}

Hierarchy

Properties

password: string
spec?: string
username: string

Generated using TypeDoc