diff options
author | Matthew Miller <matthew@millerti.me> | 2020-05-22 15:24:28 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-05-22 15:24:28 -0700 |
commit | 8ce45f0e494e5f9c48420c371a07ece94b4a68be (patch) | |
tree | 7c09ff66d7d7c3f404eb250d18e7cc0bc5221a70 /packages/typescript-types/src | |
parent | fe68bbcf520250b624fbea5ff33ca99988e7f9db (diff) |
Return counter in assertion verification
Diffstat (limited to 'packages/typescript-types/src')
-rw-r--r-- | packages/typescript-types/src/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/typescript-types/src/index.ts b/packages/typescript-types/src/index.ts index 15771b0..6a2a4e8 100644 --- a/packages/typescript-types/src/index.ts +++ b/packages/typescript-types/src/index.ts @@ -153,6 +153,7 @@ export type VerifiedAttestation = { */ export type VerifiedAssertion = { verified: boolean; + counter: number; }; export type CertificateInfo = { |