Skip to content

Commit

Permalink
Added the verification details schema
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantan-b committed Oct 16, 2023
1 parent 77ed9c5 commit 3a79578
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/interfaces/verificationDetailsSchema.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
export interface VerificationDetails {
verification: {
verification: {
icon: string;
verified: {
resultURL: string;
icon: string;
verified: {
resultURL: string;
icon: string;
description?: string;
type: string;
vendorName: string;
verificationExpires: string;
verifiedOn: string;
}[];
};
}
description?: string;
type: string;
vendorName: string;
verificationExpires: string;
verifiedOn: string;
}[];
};
}

0 comments on commit 3a79578

Please sign in to comment.