mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-25 16:31:05 +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;
|
||||
}
|
||||
|
||||
function blinking(ledFile: string): Blink;
|
||||
function blinking(ledFile: string): { pattern: Blink };
|
||||
|
||||
export = blinking;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user