Skip to content

Commit

Permalink
alphabetize type properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl committed Feb 16, 2024
1 parent 569d30f commit c212742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dpop.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/* eslint-disable promise/no-native, no-restricted-globals */

type CryptoKey = {|
publicKey: mixed,
privateKey: mixed,
publicKey: mixed,
|};

type GenerateKeyPair = () => Promise<CryptoKey>;
Expand Down

0 comments on commit c212742

Please sign in to comment.