This commit is contained in:
Danica Erediano
2022-03-28 11:37:00 +08:00
parent 1fc2dfda26
commit 27a7f44b71
51 changed files with 850 additions and 633 deletions

View File

@@ -61,7 +61,7 @@ export type VerifiableCredentialType =
| 'MOSIPVerfiableCredential'
| string;
export interface VIDLabel {
export interface VCLabel {
singular: string;
plural: string;
}