Type alias VaultViewConnectionDelete

VaultViewConnectionDelete: {
    credentialId: string;
    view: "connection-delete";
}

Type declaration

  • credentialId: string

    Credential ID.

    Remark

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

  • view: "connection-delete"

Generated using TypeDoc