@cloudbase/js-sdk 2.22.5 → 2.22.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -567,6 +567,7 @@ declare namespace cloudbase.app {
567
567
  * ```
568
568
  */
569
569
  mysql: IMySqlClient;
570
+ rdb: IMySqlClient;
570
571
 
571
572
  ai(): AI;
572
573