mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-05-06 02:48:13 +00:00
8 lines
312 B
TypeScript
8 lines
312 B
TypeScript
// Typings (incomplete) for resin-register-device@v3.0.0
|
|
// TODO: Upgrade to latest resin-register-device, test,
|
|
// and upstream types to the repo
|
|
declare module 'resin-register-device' {
|
|
export function generateUniqueKey(): string;
|
|
export function register(opts: Dictionary<any>): Bluebird<{ id: string }>;
|
|
}
|