chore: update types

This commit is contained in:
Nicolás Quiroz 2022-12-12 19:44:52 -03:00
parent 776616f45d
commit 8566e5bb1f

@ -50,3 +50,5 @@ export interface OpenPGPSignaturesData {
};
fingerprint: string;
}
export type OS = 'linux' | 'darwin' | 'windows' | 'mobile';