Skip to content

Commit d2976ab

Browse files
committed
chore(index.d.ts): adjust type order
1 parent 168d407 commit d2976ab

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
@@ -30,7 +30,7 @@ declare namespace serverlessMysql {
3030
/**
3131
* Object A mysql configuration object as defined here or a connection string {}
3232
*/
33-
config?: MySQL.ConnectionOptions | string;
33+
config?: string | MySQL.ConnectionOptions;
3434
/**
3535
* Number The percentage of total connections to use when connecting to your MySQL server. A value of 0.75 would use 75% of your total available connections. 0.8
3636
*/

0 commit comments

Comments
 (0)