Use import type where possible to explicitly import only type info

Change-type: patch
This commit is contained in:
Pagan Gazzard
2020-02-27 12:38:50 +00:00
committed by Balena CI
parent a26c3912d3
commit 6dce5c1212
50 changed files with 71 additions and 71 deletions

View File

@ -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';