Skip to content

Commit cbf6890

Browse files
committed
Add DOB to PlaidHandlerSubmissionData
1 parent c7b5db0 commit cbf6890

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ export type PlaidEmbeddedLinkPropTypes = PlaidLinkOptionsWithLinkToken & {
172172

173173
export type PlaidHandlerSubmissionData = {
174174
phone_number: string | null;
175+
date_of_birth: string | null;
175176
}
176177

177178
export interface PlaidHandler {

0 commit comments

Comments
 (0)