Skip to content

Commit

Permalink
Fixing types
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham1206agra committed Dec 31, 2024
1 parent 9178cb4 commit 4b10219
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
type VerifyIdentityForBankAccountParams = {
bankAccountID: number;
onfidoData: string;
policyID?: string;
policyID: string;
};
export default VerifyIdentityForBankAccountParams;

0 comments on commit 4b10219

Please sign in to comment.