mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 05:27:57 -05:00
lock unlock VC
This commit is contained in:
@@ -9,6 +9,7 @@ export interface VC {
|
||||
isVerified: boolean;
|
||||
lastVerifiedOn: number;
|
||||
reason?: string;
|
||||
locked: boolean;
|
||||
}
|
||||
|
||||
export type VcIdType = 'UIN' | 'VID';
|
||||
|
||||
Reference in New Issue
Block a user