Interface ProfilesLoadProfileParams

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

Properties

password?: ProfilesPassword
profile: string
prompt?: boolean