chore: update types
This commit is contained in:
parent
776616f45d
commit
8566e5bb1f
@ -50,3 +50,5 @@ export interface OpenPGPSignaturesData {
|
||||
};
|
||||
fingerprint: string;
|
||||
}
|
||||
|
||||
export type OS = 'linux' | 'darwin' | 'windows' | 'mobile';
|
||||
|
Loading…
Reference in New Issue
Block a user