mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-19 06:19:27 +00:00
chore: update types
This commit is contained in:
parent
776616f45d
commit
8566e5bb1f
1 changed files with 2 additions and 0 deletions
|
|
@ -50,3 +50,5 @@ export interface OpenPGPSignaturesData {
|
||||||
};
|
};
|
||||||
fingerprint: string;
|
fingerprint: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export type OS = 'linux' | 'darwin' | 'windows' | 'mobile';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue