Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add quiet to RunMigrationConfig type #1242

Open
andrewshawcare opened this issue Aug 28, 2023 · 3 comments
Open

Add quiet to RunMigrationConfig type #1242

andrewshawcare opened this issue Aug 28, 2023 · 3 comments

Comments

@andrewshawcare
Copy link

Expected Behavior

The RunMigrationConfig type includes quiet as a property with a boolean type.

Actual Behavior

The RunMigrationConfig type does not include quiet as a property.

Context

This produces a type error when attempting to include the quiet property value in an instance of RunMigrationConfig.

@andrewshawcare andrewshawcare changed the title Add quiet to RunMigrationConfig type Add quiet to RunMigrationConfig type Aug 28, 2023
@marcolink
Copy link
Member

Hi @andrewshawcare,

I can't find the prop on the interface - are you using the latest version?

@andrewshawcare
Copy link
Author

@marcolink the issue is to add the prop to the interface, as it is an option that is being used by the code but not expressed in the interface.

@marcolink
Copy link
Member

@andrewshawcare ah - now i get it! would you be able to open a PR for it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants