mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-06-21 00:52:53 +00:00
Use import type
where possible to explicitly import only type info
Change-type: patch
This commit is contained in:
@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
import { BalenaSDK } from 'balena-sdk';
|
||||
import type { BalenaSDK } from 'balena-sdk';
|
||||
import _ = require('lodash');
|
||||
import { ExpectedError } from '../errors';
|
||||
|
||||
|
Reference in New Issue
Block a user