This commit is contained in:
srikanth716
2022-12-12 23:56:36 +05:30
parent 63b5cb243a
commit 581798af1b
10 changed files with 155 additions and 134 deletions

View File

@@ -99,3 +99,14 @@ export interface LocalizedField {
language: string;
value: string;
}
export interface linkTransactionResponse {
authFactors: Object[];
authorizeScopes: null;
clientName: string;
configs: {};
essentialClaims: string[];
linkTransactionId: string;
logoUrl: string;
voluntaryClaims: string[];
}