Skip to content

Commit

Permalink
jeremydaly#5 export type ServerlessMysql
Browse files Browse the repository at this point in the history
  • Loading branch information
deptno committed Apr 28, 2019
1 parent 07d1d8e commit 75fa4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ type Config = {
*/
zombieMinTimeout?: number
}
type ServerlessMysql = {
export type ServerlessMysql = {
connect(wait?: number): Promise<void>
config(config?: MySQL.ConnectionConfig): MySQL.ConnectionConfig
query<T>(...args): Promise<T>
Expand Down

0 comments on commit 75fa4cc

Please sign in to comment.