feat: add consent check to face-matching

This commit is contained in:
Paolo Miguel de Leon
2022-11-15 14:33:10 +08:00
parent d428bfb354
commit 5bcd9e20a7
20 changed files with 140 additions and 114 deletions

View File

@@ -11,6 +11,7 @@ export interface VC {
lastVerifiedOn: number;
locked: boolean;
reason?: VCSharingReason[];
shouldVerifyPresence?: boolean;
}
export interface VCSharingReason {