chore: update types

pull/26459/head^2
Nicolás Quiroz 2 years ago
parent 776616f45d
commit 8566e5bb1f
  1. 2
      src/types.ts

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

Loading…
Cancel
Save