There was an error while loading. Please reload this page.
ServerlessMysql
1 parent 07d1d8e commit 75fa4ccCopy full SHA for 75fa4cc
index.d.ts
@@ -76,7 +76,7 @@ type Config = {
76
*/
77
zombieMinTimeout?: number
78
}
79
-type ServerlessMysql = {
+export type ServerlessMysql = {
80
connect(wait?: number): Promise<void>
81
config(config?: MySQL.ConnectionConfig): MySQL.ConnectionConfig
82
query<T>(...args): Promise<T>
0 commit comments