We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
quiet
RunMigrationConfig
The RunMigrationConfig type includes quiet as a property with a boolean type.
boolean
The RunMigrationConfig type does not include quiet as a property.
This produces a type error when attempting to include the quiet property value in an instance of RunMigrationConfig.
The text was updated successfully, but these errors were encountered:
Hi @andrewshawcare,
I can't find the prop on the interface - are you using the latest version?
Sorry, something went wrong.
@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.
@andrewshawcare ah - now i get it! would you be able to open a PR for it?
No branches or pull requests
Expected Behavior
The
RunMigrationConfig
type includesquiet
as a property with aboolean
type.Actual Behavior
The
RunMigrationConfig
type does not includequiet
as a property.Context
This produces a type error when attempting to include the
quiet
property value in an instance ofRunMigrationConfig
.The text was updated successfully, but these errors were encountered: