We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7cde6 commit 3b2af69Copy full SHA for 3b2af69
tests/e2e/common-actions/databases-actions.ts
@@ -46,6 +46,7 @@ export class DatabasesActions {
46
* @param password The password of db
47
* @param connectionType The connection type of db
48
* @param fileName The file name
49
+ * @param parsedJson The parsed json content
50
*/
51
export type ImportDatabaseParameters = {
52
path: string,
0 commit comments