summaryrefslogtreecommitdiffhomepage
path: root/packages/typescript-types/src
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-05-22 15:24:28 -0700
committerMatthew Miller <matthew@millerti.me>2020-05-22 15:24:28 -0700
commit8ce45f0e494e5f9c48420c371a07ece94b4a68be (patch)
tree7c09ff66d7d7c3f404eb250d18e7cc0bc5221a70 /packages/typescript-types/src
parentfe68bbcf520250b624fbea5ff33ca99988e7f9db (diff)
Return counter in assertion verification
Diffstat (limited to 'packages/typescript-types/src')
-rw-r--r--packages/typescript-types/src/index.ts1
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 = {