Skip to content

Commit 75fa4cc

Browse files
committed
#5 export type ServerlessMysql
1 parent 07d1d8e commit 75fa4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ type Config = {
7676
*/
7777
zombieMinTimeout?: number
7878
}
79-
type ServerlessMysql = {
79+
export type ServerlessMysql = {
8080
connect(wait?: number): Promise<void>
8181
config(config?: MySQL.ConnectionConfig): MySQL.ConnectionConfig
8282
query<T>(...args): Promise<T>

0 commit comments

Comments
 (0)