Interface ProfilesLoadProfileParams

ProfilesLoadProfileParams ($ref: "Profiles.LoadProfile.Params") Parameters for the LoadProfile method.

interface ProfilesLoadProfileParams {
    password?: string;
    profile: string;
    prompt?: boolean;
}

Properties

password?: string
profile: string
prompt?: boolean