lock unlock VC

This commit is contained in:
Danica Erediano
2022-04-19 18:40:26 +08:00
parent 82dc109e50
commit 4a94d868e5
6 changed files with 154 additions and 95 deletions

View File

@@ -9,6 +9,7 @@ export interface VC {
isVerified: boolean;
lastVerifiedOn: number;
reason?: string;
locked: boolean;
}
export type VcIdType = 'UIN' | 'VID';