diff --git a/index.d.ts b/index.d.ts index 2c77bdc..418f867 100644 --- a/index.d.ts +++ b/index.d.ts @@ -76,7 +76,7 @@ type Config = { */ zombieMinTimeout?: number } -type ServerlessMysql = { +export type ServerlessMysql = { connect(wait?: number): Promise config(config?: MySQL.ConnectionConfig): MySQL.ConnectionConfig query(...args): Promise