mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-25 00:11:06 +00:00
fix: Fix importing of service type location
Change-type: patch Signed-off-by: Cameron Diver <cameron@resin.io>
This commit is contained in:
parent
1060e70e82
commit
f7240ccce1
2
src/device-api/common.d.ts
vendored
2
src/device-api/common.d.ts
vendored
@ -1,5 +1,5 @@
|
|||||||
import ApplicationManager from '../application-manager';
|
import ApplicationManager from '../application-manager';
|
||||||
import { Service } from '../application-manager';
|
import { Service } from '../types/service';
|
||||||
|
|
||||||
export interface ServiceAction {
|
export interface ServiceAction {
|
||||||
action: string;
|
action: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user