@cloudbase/wx-cloud-client-sdk 1.8.2 → 1.8.3

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.
@@ -714,7 +714,7 @@ export interface RunMysqlCommandParams {
714
714
  */
715
715
  export type CloudBaseInstance = {
716
716
  callFunction: CallFunction;
717
- auth: any;
717
+ auth: Auth;
718
718
  };
719
719
  export type IMySqlClient = (options?: IMySqlOptions) => MySqlClient;
720
720
  export interface Auth {