mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-26 17:01:06 +00:00
Fix return type for blinking instantiation function
Change-type: patch Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
parent
981d232a38
commit
56041b98ae
2
typings/blinking.d.ts
vendored
2
typings/blinking.d.ts
vendored
@ -11,7 +11,7 @@ declare module 'blinking' {
|
|||||||
stop: () => void;
|
stop: () => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
function blinking(ledFile: string): Blink;
|
function blinking(ledFile: string): { pattern: Blink };
|
||||||
|
|
||||||
export = blinking;
|
export = blinking;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user