Skip to content

Commit dc96f38

Browse files
authored
add optional applicationForm to application type (#79)
1 parent 4955384 commit dc96f38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

types/application.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ export interface BaseApplication {
3939
* Optional. The created Customer in case of approved application.
4040
*/
4141
customer?: Relationship
42+
43+
/**
44+
* Optional. The Application Form used to create the application.
45+
*/
46+
applicationForm?: Relationship
4247
}
4348
}
4449

0 commit comments

Comments
 (0)