Gaëtan Renaudeau
7 years ago
committed by
GitHub
14 changed files with 35 additions and 30 deletions
@ -0,0 +1,14 @@ |
|||||
|
// @flow
|
||||
|
export type LedgerScriptParams = { |
||||
|
firmware?: string, |
||||
|
firmware_key?: string, |
||||
|
delete?: string, |
||||
|
delete_key?: string, |
||||
|
targetId?: string | number, |
||||
|
name: string, |
||||
|
version: string, |
||||
|
icon: string, |
||||
|
app?: number, |
||||
|
hash?: string, |
||||
|
perso?: string, |
||||
|
} |
Loading…
Reference in new issue