This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
balena-supervisor
Watch
1
Star
0
Fork
0
You've already forked balena-supervisor
mirror of
https://github.com/balena-os/balena-supervisor.git
synced
2025-02-07 11:50:27 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
balena-supervisor
/
typings
/
global.d.ts
8 lines
105 B
TypeScript
Raw
Normal View
History
Unescape
Escape
types: Add global typings file containing Dictionary<T> type Change-type: patch Signed-off-by: Cameron Diver <cameron@resin.io>
2018-09-01 17:30:56 -07:00
interface
Dictionary
<
T
>
{
[
key
:
string
]
:
T
;
Run prettier on the typescript files
2018-11-02 14:17:58 +00:00
}
refactor: Convert systemd module to typescript Change-type: patch Signed-off-by: Cameron Diver <cameron@balena.io>
2018-12-12 15:27:15 +00:00
interface
Callback
<
T
>
{
(
err?
:
Error
,
res?
:
T
)
:
void
;
}
Reference in New Issue
Copy Permalink