/*
* This file was automatically generated.
* DO NOT MODIFY BY HAND.
* Run `yarn special-lint-fix` to update
*/
export interface CleanPluginArgument {
/**
* Log the assets that should be removed instead of delete them.
dry?: boolean;
* Is clean enabled.
enabled?: boolean;
}