Type alias VaultViewConnectionUpdate

VaultViewConnectionUpdate: {
    credentialId: string;
    view: "connection-update";
}

Type declaration

  • credentialId: string

    Credential ID.

    Remark

    ⚠️ If credentialId is invalid the Vault top page will be shown.

  • view: "connection-update"

Generated using TypeDoc