interface SDKTestPassword {
    name: string;
    pwd?: string;
    title?: string;
}

Properties

Properties

name: string
pwd?: string
title?: string